[DRE-commits] r5661 - trunk/rbot/debian

Marc Dequènes duck at alioth.debian.org
Mon Jul 5 12:39:48 UTC 2010


Author: duck
Date: 2010-07-05 12:39:34 +0000 (Mon, 05 Jul 2010)
New Revision: 5661

Modified:
   trunk/rbot/debian/rules
Log:
[evol] using new rake rule to build manpages, and clean things properly in the 'clean' rule

Modified: trunk/rbot/debian/rules
===================================================================
--- trunk/rbot/debian/rules	2010-07-05 12:35:53 UTC (rev 5660)
+++ trunk/rbot/debian/rules	2010-07-05 12:39:34 UTC (rev 5661)
@@ -17,10 +17,9 @@
 DEB_RUBY_CONFIG_ARGS += --shebang=never
 
 
-MANPAGES = $(notdir $(patsubst %.xml, %.1, $(wildcard man/*.xml)))
 build/rbot::
 	rake makemo
-	make -C man $(MANPAGES)
+	rake manpages
 
 install/rbot::
 	# disabled plugins
@@ -32,4 +31,5 @@
 
 clean::
 	rm -rf data/locale
+	rm -f man/*.1
 




More information about the Pkg-ruby-extras-commits mailing list