Kaydet (Commit) 5b34373b authored tarafından Guido van Rossum's avatar Guido van Rossum

> * Makefile: always create .ps files; add qua to 'all' target;

>   added 'clobber' target
üst b64e6354
all: tut ref lib # qua
DESTDIR=/usr/local
LIBDESTDIR=$DESTDIR/lib
LIBDEST=$LIBDESTDIR/python
DOCDESTDIR=$LIBDEST/doc
all: tut ref lib qua
tut:
latex tut
latex tut
dvips tut >tut.ps
ref:
touch ref.ind
latex ref
makeindex ref
latex ref
dvips ref >ref.ps
lib:
touch lib.ind
latex lib
makeindex lib
latex lib
dvips lib >lib.ps
qua:
latex qua
bibtex qua
latex qua
latex qua
dvips lib >lib.ps
clean:
rm -f @* *~ *.aux *.dvi *.idx *.ilg *.ind *.log *.ps *.toc *.blg
# Keep: .tex, .bib, .sty!
rm -f @* *~ *.aux *.idx *.ilg *.ind *.log *.toc *.blg *.bbl
# Sources: .tex, .bib, .sty
# Useful results: .dvi, .ps
clobber: clean
rm -f *.dvi *.ps
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment