Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f86b66 commit d19b9d6Copy full SHA for d19b9d6
1 file changed
Doc/Makefile
@@ -366,10 +366,10 @@ lib-info-$(RELEASE).tgz: info
366
latex-$(RELEASE).tgz:
367
$(srcdir)/tools/mktarball.sh $(RELEASE)
368
369
-pdf-$(PAPER)-$(RELEASE).tgz: all-pdf
+pdf-$(PAPER)-$(RELEASE).tgz: pdf
370
(cd paper-$(PAPER); tar cf - $(PDFFILES)) | gzip -9 >$@
371
372
-postscript-$(PAPER)-$(RELEASE).tgz: all-ps
+postscript-$(PAPER)-$(RELEASE).tgz: ps
373
(cd paper-$(PAPER); tar cf - $(PSFILES)) | gzip -9 >$@
374
375
html-$(RELEASE).tgz:
0 commit comments