r4164 - dists/trunk/linux-2.6/debian

Jurij Smakov jurij-guest at costa.debian.org
Sat Sep 10 02:48:40 UTC 2005


Author: jurij-guest
Date: 2005-09-10 02:48:40 +0000 (Sat, 10 Sep 2005)
New Revision: 4164

Modified:
   dists/trunk/linux-2.6/debian/rules.real
Log:
Replace call to kernel-doc target with a call
to kernel-manual, which will build both linux-doc
and linux-manual packages.


Modified: dists/trunk/linux-2.6/debian/rules.real
===================================================================
--- dists/trunk/linux-2.6/debian/rules.real	2005-09-10 02:47:25 UTC (rev 4163)
+++ dists/trunk/linux-2.6/debian/rules.real	2005-09-10 02:48:40 UTC (rev 4164)
@@ -217,7 +217,7 @@
 	cp debian/copyright $(DIR)/debian
 	cp debian/control $(DIR)/debian/control
 	touch $(DIR)/debian/official
-	cd $(DIR) && $(setup_env) make-kpkg --stem linux kernel-doc
+	cd $(DIR) && $(setup_env) make-kpkg --stem linux kernel-manual
 	cat $(DIR)/debian/files >> debian/files
 	@for i in $$(awk '{ print $$1; }' $(DIR)/debian/files); do echo mv $(BUILD_DIR)/$$i ..; mv $(BUILD_DIR)/$$i ..; done
 	rm -rf $(DIR)




More information about the Kernel-svn-changes mailing list