[Pkg-mono-svn-commits] rev 2072 - non-group/ndoc/trunk

Jelmer Vernooij ctrlsoft-guest at costa.debian.org
Wed Oct 12 21:03:14 UTC 2005


Author: ctrlsoft-guest
Date: 2005-10-12 21:03:13 +0000 (Wed, 12 Oct 2005)
New Revision: 2072

Modified:
   non-group/ndoc/trunk/rules
Log:
Don't generate sdk doc from build process (yet). This would require 
nant changes, which would require ndoc to be already be installed.


Modified: non-group/ndoc/trunk/rules
===================================================================
--- non-group/ndoc/trunk/rules	2005-10-12 13:41:25 UTC (rev 2071)
+++ non-group/ndoc/trunk/rules	2005-10-12 21:03:13 UTC (rev 2072)
@@ -10,7 +10,7 @@
 
 build: patch build-stamp
 build-stamp:
-	$(NANT) release compile-build sdkdoc
+	$(NANT) release compile-build 
 	touch build-stamp
 
 clean: unpatch
@@ -18,7 +18,6 @@
 	dh_testroot
 	rm -rf build
 	$(NANT) clean-build-dir
-	rm -rf doc/sdk
 	rm -rf .wapi
 	rm -f build-stamp
 	dh_clean




More information about the Pkg-mono-svn-commits mailing list