head	1.1;
branch	1.1.1;
access;
symbols
	initial_release:1.1.1.1
	JK:1.1.1;
locks; strict;
comment	@# @;


1.1
date	2000.08.01.17.40.05;	author jkybic;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.08.01.17.40.05;	author jkybic;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@parser.dvi:  parser.tex ../../Doc/libparser.tex
	TEXINPUTS=../../Doc:: $(LATEX) parser

parser.ps: parser.dvi
	$(DVIPS) parser >parser.ps

parser.texi: @@lib.texi
	$(EMACS) -batch -l ../../Doc/fix.el -f save-buffer -kill
	mv @@lib.texi parser.texi

@@lib.texi:../../Doc/libparser.tex \
	 texipre.dat ../../Doc/texipost.dat \
	 ../../Doc/partparse.py ../../Doc/fix.el
	$(PYTHON) ../../Doc/partparse.py -o @@lib.texi \
		-t ../../Doc/texipost.dat \
		../../Doc/libparser.tex

parserwww: parser.texi
	if test -d html ; then true; else mkdir html ; fi
	$(PYTHON) ../../Doc/texi2html.py -d parser.texi html

#  Use a new name for this; the included file uses 'clean' already....
clean-parser:
	rm -f *.log *.aux *.dvi *.pyc *.ps

dist:
	(cd ../..; \
	 tar cf - `cat Demo/parser/FILES` | gzip >parsermodule-1.4.tar.gz)

include ../../Doc/Makefile
@


1.1.1.1
log
@
Python-1.5.2 compiled for Linux on Psion. Imported by Jan.Kybic@@epfl.ch
@
text
@@
