mirror of https://github.com/python/cpython.git
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:
parent
19c7c84db8
commit
566d20951d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue