diff options
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index fce0848..1e51903 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -367,7 +367,7 @@ postscript-$(PAPER)-$(RELEASE).zip: $(PSFILES) paper-$(PAPER)/README rm -f $@ cd paper-$(PAPER) && zip -q -9 ../$@ *.ps README -html-$(RELEASE).tar: html +html-$(RELEASE).tar: $(ALLHTMLFILES) cd $(HTMLDIR) && \ tar cf ../html-$(RELEASE).tar *.html */*.css */*.html \ */*.gif */*.txt |