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

Skip to content

Commit 566d209

Browse files
committed
Oops! Must have deleted a word by accident before the last check-in of this
file; "make" (the 'all' target) became a no-op! Now works as previously described.
1 parent 19c7c84 commit 566d209

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
@@ -89,7 +89,7 @@ MKHTML= TEXINPUTS=$(TEXINPUTS) $(srcdir)/tools/mkhtml.sh
8989
MKPDF= TEXINPUTS=$(TEXINPUTS) $(srcdir)/tools/mkdvi.sh --pdf
9090

9191
# Main target
92-
all:
92+
all: all-ps
9393

9494
all-dvi:
9595
(cd paper-$(PAPER); $(MAKE) all-dvi)

0 commit comments

Comments
 (0)