[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r9398 - /packages/trunk/doc-debian/debian/rules



Author: jfs
Date: Wed Oct 17 22:05:45 2012
New Revision: 9398

URL: http://svn.debian.org/wsvn/?sc=1&rev=9398
Log:
Add missing build target

Modified:
    packages/trunk/doc-debian/debian/rules

Modified: packages/trunk/doc-debian/debian/rules
URL: http://svn.debian.org/wsvn/packages/trunk/doc-debian/debian/rules?rev=9398&op=diff
==============================================================================
--- packages/trunk/doc-debian/debian/rules (original)
+++ packages/trunk/doc-debian/debian/rules Wed Oct 17 22:05:45 2012
@@ -5,6 +5,9 @@
 export DH_VERBOSE = 1
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+
+build/doc-debian::
+	cd doc && $(MAKE)
 
 clean::
 	cd doc && $(MAKE) clean
@@ -17,7 +20,7 @@
 #	cp $(docdir)/constitution.1.3.txt ../constitution.txt
 #	cp $(docdir)/social-contract.txt ../social-contract.txt
 
-binary-indep::
+binary-indep/doc-debian::
 	dpkg-distaddfile constitution.txt byhand -
 	dpkg-distaddfile social-contract.txt byhand -
 # Code disabled: There already is a mechanism (which one?)


Reply to: