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

Skip to content

Commit d19b9d6

Browse files
committed
Fix two remaining references to all-pdf and all-ps to only use pdf and ps.
1 parent 9f86b66 commit d19b9d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,10 +366,10 @@ lib-info-$(RELEASE).tgz: info
366366
latex-$(RELEASE).tgz:
367367
$(srcdir)/tools/mktarball.sh $(RELEASE)
368368

369-
pdf-$(PAPER)-$(RELEASE).tgz: all-pdf
369+
pdf-$(PAPER)-$(RELEASE).tgz: pdf
370370
(cd paper-$(PAPER); tar cf - $(PDFFILES)) | gzip -9 >$@
371371

372-
postscript-$(PAPER)-$(RELEASE).tgz: all-ps
372+
postscript-$(PAPER)-$(RELEASE).tgz: ps
373373
(cd paper-$(PAPER); tar cf - $(PSFILES)) | gzip -9 >$@
374374

375375
html-$(RELEASE).tgz:

0 commit comments

Comments
 (0)