head	1.9;
access;
symbols
	PyQwt3D-0-1-6:1.8
	PyQwt3D-0-1-5:1.8;
locks; strict;
comment	@# @;


1.9
date	2008.11.09.17.02.42;	author gvermeul;	state Exp;
branches;
next	1.8;

1.8
date	2007.07.25.18.51.16;	author gvermeul;	state Exp;
branches;
next	1.7;

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

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

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

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

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

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

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


desc
@@


1.9
log
@Use the documentation tools of Python-2.5.2.
@
text
@MKHOWTO := $(HOME)/CVS/PyQwt/BUILD/Python-2.5.2/Doc/tools/mkhowto

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


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

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

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

# EOF
@


1.8
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.7
log
@Fixes for Mac OS X.
@
text
@d1 1
a1 1
MKHOWTO := $(HOME)/CVS/PyQwt/BUILD/Python-2.5/Doc/tools/mkhowto
@


1.6
log
@Adapt to mkhowto of Python-2.5 in the new build environment.
@
text
@d12 1
a12 1
	cp -pu html/icons/*.png html/pyqwt3d
d24 1
a24 1
	cp -pur html/pyqwt3d/* html/htdoc
@


1.5
log
@Invoke Python explicitly (safer when having more than one Python).
@
text
@d1 1
a1 1
MKHOWTO := /home/packer/BUILD/Python-2.4.3/Doc/tools/mkhowto
@


1.4
log
@Use mkhowto from Python-2.4.3.
@
text
@d29 1
a29 1
	../configure/configure.py --help > pyqwt3d/configure.help
@


1.3
log
@Use mkhowto & friends from Python source tree.
@
text
@d1 1
a1 1
MKHOWTO := /home/packer/BUILD/Python-2.4.2/Doc/tools/mkhowto
@


1.2
log
@Make pyqwt3d/configure.help depend on ../configure/configure.py.
@
text
@d1 2
d13 1
a13 1
	python tools/mkhowto --html --dir html/pyqwt3d \
d18 1
a18 1
	python tools/nospam.py html/pyqwt3d/*.html
d25 1
a25 1
	python tools/sourceforge.py html/htdoc/*.html
d30 2
@


1.1
log
@Fill documentation directory
@
text
@d26 1
a26 1
configure.help:
@

