head	1.7;
access;
symbols
	PyQwt-4-2-1:1.2;
locks; strict;
comment	@# @;


1.7
date	2008.10.26.05.47.14;	author gvermeul;	state Exp;
branches;
next	1.6;

1.6
date	2007.07.25.18.48.20;	author gvermeul;	state Exp;
branches;
next	1.5;

1.5
date	2006.11.05.07.51.01;	author gvermeul;	state Exp;
branches;
next	1.4;

1.4
date	2006.11.05.07.44.24;	author gvermeul;	state Exp;
branches;
next	1.3;

1.3
date	2006.09.25.20.55.27;	author gvermeul;	state Exp;
branches;
next	1.2;

1.2
date	2006.05.17.19.54.21;	author gvermeul;	state Exp;
branches;
next	1.1;

1.1
date	2006.03.26.15.37.45;	author gvermeul;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Use mkhowto from Python-2.5.2.
@
text
@MKHOWTO := $(HOME)/CVS/PyQwt/BUILD/Python-2.5.2/Doc/tools/mkhowto

SOURCES := \
	pyqwt/configure.help \
	pyqwt/copyright.tex \
	pyqwt/pyqwt.tex


doc: $(SOURCES)
	if [ ! -e html/pyqwt ]; then mkdir -p html/pyqwt; fi
	(cd html/pyqwt; rm -f *.css *.dat *.html *.idx *.old *.pl *.gif)
	cp -p html/icons/*.png html/pyqwt
	python $(MKHOWTO) -D --html --dir html/pyqwt \
	    --image-type png --favicon pyfav.png \
	    --up-link http://pyqwt.sourceforge.net --up-title "Pyqwt Home" \
	    pyqwt/pyqwt.tex
	(cd html/pyqwt; rm -f *.dat *.idx *.old *.pl *.gif)
	python nospam.py html/pyqwt/*.html
	rm -f pyqwt.l2h*
	date -u "+%Y-%m-%d %T" > doc

htdoc: doc $(SOURCES)
	if [ ! -e html/htdoc ]; then mkdir -p html/htdoc; fi
	(cd html/htdoc; rm -f *.css *.dat *.html *.idx *.old *.pl *.gif)
	cp -pr html/pyqwt/* html/htdoc
	python sourceforge.py html/htdoc/*.html
	date -u "+%Y-%m-%d %T" > htdoc

pyqwt/configure.help: ../configure/configure.py
	python ../configure/configure.py --help > pyqwt/configure.help

# EOF
@


1.6
log
@Use Python-2.5.1 to generate the documentation.
@
text
@d1 1
a1 1
MKHOWTO := $(HOME)/CVS/PyQwt/BUILD/Python-2.5.1/Doc/tools/mkhowto
@


1.5
log
@Fix for Mac OS X.
@
text
@d1 1
a1 1
MKHOWTO := $(HOME)/CVS/PyQwt/BUILD/Python-2.5/Doc/tools/mkhowto
@


1.4
log
@Fix for Mac OS X.
@
text
@d25 1
a25 1
	cp -pur html/pyqwt/* html/htdoc
@


1.3
log
@Use mkhowto of Python-2.5 in the new build environment.
@
text
@d12 1
a12 1
	cp -pu html/icons/*.png html/pyqwt
@


1.2
log
@Use mkhowto from Python-2.4.3.
@
text
@d1 1
a1 1
MKHOWTO := /home/packer/BUILD/Python-2.4.3/Doc/tools/mkhowto
@


1.1
log
@Initial import.
@
text
@d1 1
a1 1
MKHOWTO := /home/packer/BUILD/Python-2.4.2/Doc/tools/mkhowto
@

