head	1.12;
access;
symbols
	PyQwt-4_1-fixes:1.10.0.2
	PyQwt-4_1:1.10
	PyQwt-4_0rc0:1.10
	PyQwt-3_8-fixes:1.8.0.2
	PyQwt-3_8:1.8
	PyQwt-3_7:1.7
	start:1.1.1.1
	gvermeul:1.1.1;
locks; strict;
comment	@# @;


1.12
date	2005.01.24.23.18.14;	author gvermeul;	state Exp;
branches;
next	1.11;

1.11
date	2005.01.23.19.22.27;	author gvermeul;	state Exp;
branches;
next	1.10;

1.10
date	2004.05.28.05.42.10;	author gvermeul;	state Exp;
branches
	1.10.2.1;
next	1.9;

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

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

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

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

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

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

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

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

1.1
date	2003.06.15.09.15.53;	author gvermeul;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2003.06.15.09.15.53;	author gvermeul;	state Exp;
branches;
next	;

1.10.2.1
date	2005.02.20.18.39.13;	author gvermeul;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Add target for python configure.py -h
@
text
@FREE := $(HOME)/Free

SOURCES := \
	pyqwt/QwtArrayLongExample.txt \
	pyqwt/configure.help \
	pyqwt/copyright.tex \
	pyqwt/numeric.example \
	pyqwt/pyqwt.tex \
	pyqwt/qplt.example \
	pyqwt/setup_cfg_nt \
	pyqwt/setup_cfg_posix


doc: $(SOURCES)
	if [ ! -e html/pyqwt ]; then mkdir html/pyqwt; fi
	(cd html/pyqwt; rm -f *.css *.dat *.html *.idx *.old *.pl *.gif)
	cp -pu html/icons/*.png html/pyqwt
	python tools/mkhowto --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 tools/nospam.py html/pyqwt/*.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 -pur html/pyqwt/* html/htdoc
	python tools/sourceforge.py html/htdoc/*.html
	date -u "+%Y-%m-%d %T" > htdoc

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

free:
	mkdir -p $(FREE)/html
	cp -vpur html/pyqwt/* $(FREE)/html

@


1.11
log
@Document the new template wrappers and go to PyQwt-4.2.
@
text
@d5 1
d33 3
@


1.10
log
@Generate the subdirs htdoc and pyqwt with make instead of cvs
@
text
@d4 1
@


1.10.2.1
log
@Add pyqwt/.pythonrc.py to the SOURCES.
@
text
@a3 1
	pyqwt/.pythonrc.py \
@


1.9
log
@To make 'make htdoc' work
@
text
@d13 1
d25 1
@


1.8
log
@generate html documentation only once
@
text
@d25 1
a25 1
	cp -pu html/pyqwt/* html/htdoc
@


1.7
log
@Improved dependencies
@
text
@d20 1
d23 1
a23 1
htdoc: $(SOURCES)
d25 2
a26 6
	cp -pu html/icons/*.png html/htdoc
	python tools/mkhowto --html --dir html/htdoc \
	    --image-type png --favicon pyfav.png \
	    --up-link ../index.html --up-title "PyQwt Home" \
	    pyqwt/pyqwt.tex
	(cd html/htdoc; rm -f *.dat *.idx *.old *.pl *.gif)
@


1.6
log
@Fixed Makefiles for http://gerard.vermeulen.free.fr
@
text
@d3 10
a12 1
doc: pyqwt/pyqwt.tex
d22 1
a22 1
htdoc: pyqwt/pyqwt.tex
@


1.5
log
@package doc in pyqwt, pyqwt.sf.net doc in htdoc
@
text
@d1 2
d24 2
a25 3
	rm -rf ../../Free/html
	mkdir -p ../../Free/html
	cp html/pyqwt/* ../../Free/html
@


1.4
log
@Makefile knows how to make docs for pyqwt.sf.net
@
text
@a1 1
	rm -f htdoc
d12 3
a14 4
	rm -f doc
	(cd html/pyqwt; rm -f *.css *.dat *.html *.idx *.old *.pl *.gif)
	cp -pu html/icons/*.png html/pyqwt
	python tools/mkhowto --html --dir html/pyqwt \
d18 1
a18 1
	(cd html/pyqwt; rm -f *.dat *.idx *.old *.pl *.gif)
@


1.3
log
@Copy documentation icons into Doc/html/pyqwt for pyqwt.sf.net
@
text
@d1 2
a2 1
doc:
d5 4
a8 1
	python tools/mkhowto --html --dir html/pyqwt --image-type png pyqwt/pyqwt.tex
d10 12
@


1.2
log
@Added icons to PyQwt docs and tweaked bist_rpm command
@
text
@d3 2
a4 1
	python tools/mkhowto --html --dir html/pyqwt --iconserver ../icons --image-type png pyqwt/pyqwt.tex
@


1.1
log
@Initial revision
@
text
@d3 1
a3 1
	python tools/mkhowto --html --dir html/pyqwt --image-type png pyqwt/pyqwt.tex
@


1.1.1.1
log
@Initial import into CVS
@
text
@@
