mirror of
https://github.com/python/cpython.git
synced 2025-12-09 02:35:14 +00:00
8 lines
232 B
Makefile
8 lines
232 B
Makefile
parser.dvi: parser.tex ../../Doc/libparser.tex
|
|
TEXINPUTS=../../Doc:: $(LATEX) parser
|
|
|
|
# Use a new name for this; the included file uses 'clean' already....
|
|
clean-parser:
|
|
rm -f *.log *.aux *.dvi *.pyc
|
|
|
|
include ../../Doc/Makefile
|