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

Skip to content

Commit 465a42a

Browse files
committed
Added targets dvi, pdf, and ps, to make all of the documents in those formats.
1 parent b91e934 commit 465a42a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,17 +90,17 @@ MKPDF= TEXINPUTS=$(TEXINPUTS) $(srcdir)/tools/mkdvi.sh --pdf
9090
# Main target
9191
all: all-ps
9292

93-
all-dvi:
93+
all-dvi dvi:
9494
(cd paper-$(PAPER); \
9595
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
9696
-f ../Makefile do-dvi)
9797

98-
all-pdf:
98+
all-pdf pdf:
9999
(cd paper-$(PAPER); \
100100
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
101101
-f ../Makefile do-pdf)
102102

103-
all-ps:
103+
all-ps ps:
104104
(cd paper-$(PAPER); \
105105
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
106106
-f ../Makefile do-ps)

0 commit comments

Comments
 (0)