Commit 566d2095 authored by Fred Drake's avatar Fred Drake

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.
parent 19c7c84d
......@@ -89,7 +89,7 @@ MKHTML= TEXINPUTS=$(TEXINPUTS) $(srcdir)/tools/mkhtml.sh
MKPDF= TEXINPUTS=$(TEXINPUTS) $(srcdir)/tools/mkdvi.sh --pdf
# Main target
all:
all: all-ps
all-dvi:
(cd paper-$(PAPER); $(MAKE) all-dvi)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment