From f9066e7d8657204b575c4d3c31151d6814991e0a Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Sat, 25 Feb 2012 00:36:28 +0000
Subject: Establish a distsrc nant target for producing the source
distribution.
This is in addition to the distbin target. The distbin target now needs distsrc to be run first.
Still needs some extra tweaking that I shall eventually put in as sed invocations or similar.
---
.nant/local.include | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
(limited to '.nant/local.include')
diff --git a/.nant/local.include b/.nant/local.include
index 4fa3e4d..7d16810 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -2,13 +2,19 @@
-
-
-
+
+
+
+
+
+
+
+
+
--
cgit v1.1
From 1e95b01f13044703c6737a0aee84ae3ac998534c Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Wed, 29 Feb 2012 21:51:46 +0000
Subject: Extend distsrc target to cleanup the files generated by running
prebuild
---
.nant/local.include | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
(limited to '.nant/local.include')
diff --git a/.nant/local.include b/.nant/local.include
index 7d16810..6d3e972 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -8,6 +8,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.1