Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2872e8a

Browse files
committed
Do not rebuild html-$(RELEASE).tar every time we need to use it.
1 parent c93cf67 commit 2872e8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ postscript-$(PAPER)-$(RELEASE).zip: $(PSFILES) paper-$(PAPER)/README
367367
rm -f $@
368368
cd paper-$(PAPER) && zip -q -9 ../$@ *.ps README
369369

370-
html-$(RELEASE).tar: html
370+
html-$(RELEASE).tar: $(ALLHTMLFILES)
371371
cd $(HTMLDIR) && \
372372
tar cf ../html-$(RELEASE).tar *.html */*.css */*.html \
373373
*/*.gif */*.txt

0 commit comments

Comments
 (0)