[Dh-make-php-commits] r289 - trunk
steinm at alioth.debian.org
steinm at alioth.debian.org
Tue Sep 18 06:02:22 UTC 2007
Author: steinm
Date: 2007-09-18 06:02:22 +0000 (Tue, 18 Sep 2007)
New Revision: 289
Modified:
trunk/pear.mk
Log:
- copy package.xml into docs directory for later use when
installing the pear package
Modified: trunk/pear.mk
===================================================================
--- trunk/pear.mk 2007-09-18 06:01:42 UTC (rev 288)
+++ trunk/pear.mk 2007-09-18 06:02:22 UTC (rev 289)
@@ -64,6 +64,7 @@
# move documentation to correct location
mkdir -p $(DEB_DESTDIR)$(PEAR_NEW_DOC_DIR)
+ cp package.xml $(DEB_DESTDIR)$(PEAR_NEW_DOC_DIR)
if [ -d $(DEB_DESTDIR)$(PEAR_OLD_DOC_DIR) ] ; then \
mv -i $(DEB_DESTDIR)$(PEAR_OLD_DOC_DIR)/* $(DEB_DESTDIR)$(PEAR_NEW_DOC_DIR); \
rmdir $(DEB_DESTDIR)$(PEAR_OLD_DOC_DIR); \
More information about the Dh-make-php-commits
mailing list