[Fxpy-commits] FXPy/debian fxpy-doc.dirs,NONE,1.1 fxpy-doc.docs,1.2,1.3 fxpy-doc.examples,1.1,1.2 ru
Status: Inactive
Brought to you by:
lyle
From: Bastian K. <ca...@us...> - 2003-02-23 09:35:34
|
Update of /cvsroot/fxpy/FXPy/debian In directory sc8-pr-cvs1:/tmp/cvs-serv17401/debian Modified Files: fxpy-doc.docs fxpy-doc.examples rules Added Files: fxpy-doc.dirs Log Message: install example icons properly --- NEW FILE: fxpy-doc.dirs --- usr/share/doc/fxpy-doc/examples/icons Index: fxpy-doc.docs =================================================================== RCS file: /cvsroot/fxpy/FXPy/debian/fxpy-doc.docs,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- fxpy-doc.docs 1 Sep 2002 21:24:26 -0000 1.2 +++ fxpy-doc.docs 23 Feb 2003 09:35:31 -0000 1.3 @@ -2,4 +2,4 @@ doc/*.xml doc/*.png logo.png -index.php +index.html Index: fxpy-doc.examples =================================================================== RCS file: /cvsroot/fxpy/FXPy/debian/fxpy-doc.examples,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- fxpy-doc.examples 1 Sep 2002 20:47:34 -0000 1.1 +++ fxpy-doc.examples 23 Feb 2003 09:35:31 -0000 1.2 @@ -1,4 +1,3 @@ examples/*.py examples/demos.xml -examples/icons examples/README.txt Index: rules =================================================================== RCS file: /cvsroot/fxpy/FXPy/debian/rules,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- rules 22 Feb 2003 00:19:32 -0000 1.5 +++ rules 23 Feb 2003 09:35:31 -0000 1.6 @@ -43,8 +43,8 @@ python2.1 setup.py install --root=$(ROOT)/$(PACKAGE21) --no-compile python2.2 setup.py install --root=$(ROOT)/$(PACKAGE22) --no-compile dh_installdocs - mv $(DOC)/index.php $(DOC)/index.html dh_installexamples -pfxpy-doc + cp examples/icons/*.png $(DOC)/examples/icons # Build architecture-independent files here. binary-indep: build install |