mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue