1992-07-07 09:06:34 +00:00
|
|
|
DESTDIR=/usr/local
|
|
|
|
LIBDESTDIR=$DESTDIR/lib
|
|
|
|
LIBDEST=$LIBDESTDIR/python
|
|
|
|
DOCDESTDIR=$LIBDEST/doc
|
|
|
|
|
|
|
|
all: tut ref lib qua
|
1992-03-06 10:56:42 +00:00
|
|
|
|
|
|
|
tut:
|
|
|
|
latex tut
|
|
|
|
latex tut
|
1992-07-07 09:06:34 +00:00
|
|
|
dvips tut >tut.ps
|
1992-03-06 10:56:42 +00:00
|
|
|
|
|
|
|
ref:
|
|
|
|
touch ref.ind
|
|
|
|
latex ref
|
1992-12-17 15:31:02 +00:00
|
|
|
./fix_hack ref.idx
|
1992-03-06 10:56:42 +00:00
|
|
|
makeindex ref
|
|
|
|
latex ref
|
1992-07-07 09:06:34 +00:00
|
|
|
dvips ref >ref.ps
|
1992-03-06 10:56:42 +00:00
|
|
|
|
|
|
|
lib:
|
|
|
|
touch lib.ind
|
|
|
|
latex lib
|
1992-12-08 14:37:55 +00:00
|
|
|
./fix_hack lib.idx
|
1992-03-06 10:56:42 +00:00
|
|
|
makeindex lib
|
|
|
|
latex lib
|
1992-07-07 09:06:34 +00:00
|
|
|
dvips lib >lib.ps
|
1992-03-06 10:56:42 +00:00
|
|
|
|
|
|
|
qua:
|
|
|
|
latex qua
|
|
|
|
bibtex qua
|
|
|
|
latex qua
|
1992-06-03 17:59:20 +00:00
|
|
|
latex qua
|
1992-07-07 09:06:34 +00:00
|
|
|
dvips lib >lib.ps
|
1991-01-22 11:47:14 +00:00
|
|
|
|
1992-12-08 14:37:55 +00:00
|
|
|
libinfo:
|
|
|
|
@echo This may take a while...
|
|
|
|
python -c 'import partparse; partparse.main()' lib[1-5].tex
|
|
|
|
sh fix.sh
|
|
|
|
|
1990-08-09 14:25:15 +00:00
|
|
|
clean:
|
1992-12-17 15:31:02 +00:00
|
|
|
rm -f @* *~ *.aux *.idx *.ilg *.ind *.log *.toc *.blg *.bbl *.pyc
|
1992-07-07 09:06:34 +00:00
|
|
|
# Sources: .tex, .bib, .sty
|
|
|
|
# Useful results: .dvi, .ps
|
|
|
|
|
|
|
|
clobber: clean
|
1992-12-08 14:37:55 +00:00
|
|
|
rm -f *.dvi *.ps *.info *.info-[0-9]*
|