diff options
-rwxr-xr-x | Doc/.cvsignore | 1 | ||||
-rw-r--r-- | Doc/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/.cvsignore b/Doc/.cvsignore index 9af2deb..b5159d8 100755 --- a/Doc/.cvsignore +++ b/Doc/.cvsignore @@ -2,3 +2,4 @@ *.tar.bz2 *.zip *.tar +pkglist.html diff --git a/Doc/Makefile b/Doc/Makefile index fe188a4..6ac0b07 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -656,6 +656,7 @@ edist: disthtml zipisilo distfiles: paperdist edist $(TOOLSDIR)/mksourcepkg --all $(RELEASE) + $(TOOLSDIR)/mkpkglist >pkglist.html # Housekeeping targets |