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.
This commit is contained in:
Fred Drake 1998-05-08 02:00:48 +00:00
parent 19c7c84db8
commit 566d20951d
1 changed files with 1 additions and 1 deletions

View File

@ -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)