Thread: [cedar-backup-svn] SF.net SVN: cedar-backup: [800] cedar-backup2/trunk/Makefile
Brought to you by:
pronovic
|
From: <pro...@us...> - 2007-12-01 23:34:32
|
Revision: 800
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=800&view=rev
Author: pronovic
Date: 2007-12-01 15:34:18 -0800 (Sat, 01 Dec 2007)
Log Message:
-----------
Rework docdist rule to match new SF website layout
Modified Paths:
--------------
cedar-backup2/trunk/Makefile
Modified: cedar-backup2/trunk/Makefile
===================================================================
--- cedar-backup2/trunk/Makefile 2007-12-01 23:34:07 UTC (rev 799)
+++ cedar-backup2/trunk/Makefile 2007-12-01 23:34:18 UTC (rev 800)
@@ -31,6 +31,7 @@
CD = cd
CP = cp
+MV = mv
EPYDOC = epydoc
FIND = find
MKDIR = mkdir
@@ -49,9 +50,9 @@
# Locations
############
-DOC_DIR = ./doc
-DIST_DIR = ./build
-MANUAL_SRC = ./manual
+DOC_DIR = doc
+DIST_DIR = build
+MANUAL_SRC = manual
SDIST_DIR = $(DIST_DIR)/sdist
INTERFACE_DIR = $(DOC_DIR)/interface
INTERFACE_TEMPDIR = $(DOC_DIR)/interface/tmp
@@ -159,7 +160,7 @@
# Debian packages are maintained via cvs-buildpackage as usual). This
# keeps cedar-backup2 from being a Debian-native package.
-distrib: doc sdist debdist docdist
+distrib: debdist docdist
distribclean: sdistclean debdistclean
-@$(RM) -f MANIFEST
@@ -182,8 +183,15 @@
debdistclean:
@$(RM) -f $(SDIST_DIR)/cedar-backup2_$(VERSION).orig.tar.gz
-docdist:
- @$(TAR) -zcvf ../htmldocs.tar.gz doc/manual doc/interface
+# This layout matches the htdocs/docs tree for the SF website
+docdist: doc
+ @$(MKDIR) -p $(DOC_DIR)/tmp/docs/cedar-backup2/
+ @$(MKDIR) -p $(DOC_DIR)/tmp/docs/cedar-backup2/
+ @$(CP) -r $(MANUAL_DIR) $(DOC_DIR)/tmp/docs/cedar-backup2/
+ @$(CP) -r $(INTERFACE_DIR) $(DOC_DIR)/tmp/docs/cedar-backup2/
+ @$(CD) $(DOC_DIR)/tmp && $(TAR) -zcvf ../htmldocs.tar.gz docs/
+ @$(MV) $(DOC_DIR)/htmldocs.tar.gz ../
+ @$(RM) -rf $(DOC_DIR)/tmp
##################################
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pro...@us...> - 2007-12-02 18:25:49
|
Revision: 801
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=801&view=rev
Author: pronovic
Date: 2007-12-02 10:25:46 -0800 (Sun, 02 Dec 2007)
Log Message:
-----------
Add Changelog into htmldocs
Modified Paths:
--------------
cedar-backup2/trunk/Makefile
Modified: cedar-backup2/trunk/Makefile
===================================================================
--- cedar-backup2/trunk/Makefile 2007-12-01 23:34:18 UTC (rev 800)
+++ cedar-backup2/trunk/Makefile 2007-12-02 18:25:46 UTC (rev 801)
@@ -184,9 +184,11 @@
@$(RM) -f $(SDIST_DIR)/cedar-backup2_$(VERSION).orig.tar.gz
# This layout matches the htdocs/docs tree for the SF website
+htmldocs: docdist
docdist: doc
@$(MKDIR) -p $(DOC_DIR)/tmp/docs/cedar-backup2/
@$(MKDIR) -p $(DOC_DIR)/tmp/docs/cedar-backup2/
+ @$(CP) Changelog $(DOC_DIR)/tmp/docs/cedar-backup2/
@$(CP) -r $(MANUAL_DIR) $(DOC_DIR)/tmp/docs/cedar-backup2/
@$(CP) -r $(INTERFACE_DIR) $(DOC_DIR)/tmp/docs/cedar-backup2/
@$(CD) $(DOC_DIR)/tmp && $(TAR) -zcvf ../htmldocs.tar.gz docs/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pro...@us...> - 2007-12-19 04:26:22
|
Revision: 829
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=829&view=rev
Author: pronovic
Date: 2007-12-18 20:26:16 -0800 (Tue, 18 Dec 2007)
Log Message:
-----------
Fix screw-up in sdist rule
Modified Paths:
--------------
cedar-backup2/trunk/Makefile
Modified: cedar-backup2/trunk/Makefile
===================================================================
--- cedar-backup2/trunk/Makefile 2007-12-19 04:09:56 UTC (rev 828)
+++ cedar-backup2/trunk/Makefile 2007-12-19 04:26:16 UTC (rev 829)
@@ -160,13 +160,13 @@
# Debian packages are maintained via cvs-buildpackage as usual). This
# keeps cedar-backup2 from being a Debian-native package.
-distrib: debdist docdist
+distrib: debdist
distribclean: sdistclean debdistclean
-@$(RM) -f MANIFEST
-@$(RM) -rf $(DIST_DIR)
-sdist: $(SDIST_DIR)
+sdist: $(SDIST_DIR) docdist
@$(SETUP) sdist --dist-dir $(SDIST_DIR)
@$(CP) $(SDIST_DIR)/CedarBackup2-$(VERSION).tar.gz ../
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pro...@us...> - 2007-12-19 04:30:52
|
Revision: 830
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=830&view=rev
Author: pronovic
Date: 2007-12-18 20:30:45 -0800 (Tue, 18 Dec 2007)
Log Message:
-----------
Better fix to document-building problem
Modified Paths:
--------------
cedar-backup2/trunk/Makefile
Modified: cedar-backup2/trunk/Makefile
===================================================================
--- cedar-backup2/trunk/Makefile 2007-12-19 04:26:16 UTC (rev 829)
+++ cedar-backup2/trunk/Makefile 2007-12-19 04:30:45 UTC (rev 830)
@@ -166,7 +166,7 @@
-@$(RM) -f MANIFEST
-@$(RM) -rf $(DIST_DIR)
-sdist: $(SDIST_DIR) docdist
+sdist: $(SDIST_DIR) doc
@$(SETUP) sdist --dist-dir $(SDIST_DIR)
@$(CP) $(SDIST_DIR)/CedarBackup2-$(VERSION).tar.gz ../
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pro...@us...> - 2008-02-07 15:21:22
|
Revision: 844
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=844&view=rev
Author: pronovic
Date: 2008-02-07 07:21:17 -0800 (Thu, 07 Feb 2008)
Log Message:
-----------
Add docdist to distrib rule
Modified Paths:
--------------
cedar-backup2/trunk/Makefile
Modified: cedar-backup2/trunk/Makefile
===================================================================
--- cedar-backup2/trunk/Makefile 2007-12-20 04:21:46 UTC (rev 843)
+++ cedar-backup2/trunk/Makefile 2008-02-07 15:21:17 UTC (rev 844)
@@ -160,7 +160,7 @@
# Debian packages are maintained via cvs-buildpackage as usual). This
# keeps cedar-backup2 from being a Debian-native package.
-distrib: debdist
+distrib: debdist docdist
distribclean: sdistclean debdistclean
-@$(RM) -f MANIFEST
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pro...@us...> - 2008-03-20 04:25:22
|
Revision: 882
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=882&view=rev
Author: pronovic
Date: 2008-03-19 21:25:16 -0700 (Wed, 19 Mar 2008)
Log Message:
-----------
Add source target
Modified Paths:
--------------
cedar-backup2/trunk/Makefile
Modified: cedar-backup2/trunk/Makefile
===================================================================
--- cedar-backup2/trunk/Makefile 2008-03-20 04:23:34 UTC (rev 881)
+++ cedar-backup2/trunk/Makefile 2008-03-20 04:25:16 UTC (rev 882)
@@ -170,6 +170,10 @@
@$(SETUP) sdist --dist-dir $(SDIST_DIR)
@$(CP) $(SDIST_DIR)/CedarBackup2-$(VERSION).tar.gz ../
+source: $(SDIST_DIR)
+ @$(SETUP) sdist --dist-dir $(SDIST_DIR)
+ @$(CP) $(SDIST_DIR)/CedarBackup2-$(VERSION).tar.gz ../
+
$(SDIST_DIR):
@$(MKDIR) -p $(SDIST_DIR)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|