mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Demos for Fred's parser module
This commit is contained in:
parent
6dbd190f5e
commit
16d27e3b14
9 changed files with 491 additions and 0 deletions
8
Demo/parser/Makefile
Normal file
8
Demo/parser/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue