rev 6371 - branches/kde4/packages/qca/debian

Sune Vuorela pusling-guest at alioth.debian.org
Sun May 27 21:52:00 UTC 2007


Author: pusling-guest
Date: 2007-05-27 21:52:00 +0000 (Sun, 27 May 2007)
New Revision: 6371

Removed:
   branches/kde4/packages/qca/debian/qcatool.1
Modified:
   branches/kde4/packages/qca/debian/libqca2.manpages
   branches/kde4/packages/qca/debian/rules
Log:
why generate manpages yourself when there is already in the sources ???


Modified: branches/kde4/packages/qca/debian/libqca2.manpages
===================================================================
--- branches/kde4/packages/qca/debian/libqca2.manpages	2007-05-27 21:48:51 UTC (rev 6370)
+++ branches/kde4/packages/qca/debian/libqca2.manpages	2007-05-27 21:52:00 UTC (rev 6371)
@@ -1 +1 @@
-debian/qcatool.1
+debian/man-out/qcatool.1

Deleted: branches/kde4/packages/qca/debian/qcatool.1

Modified: branches/kde4/packages/qca/debian/rules
===================================================================
--- branches/kde4/packages/qca/debian/rules	2007-05-27 21:48:51 UTC (rev 6370)
+++ branches/kde4/packages/qca/debian/rules	2007-05-27 21:52:00 UTC (rev 6371)
@@ -1,3 +1,10 @@
 #! /usr/bin/make -f
 
 include debian/cdbs/kde.mk
+
+install/libqca2::
+	mkdir -p debian/man-out ;
+	docbook-to-man man/qcatool.docbook > debian/man-out/qcatool.1
+
+clean::
+	rm -rf debian/man-out




More information about the pkg-kde-commits mailing list