[Debian-live-changes] r1437 - dists/trunk/live-webbuilder

Daniel Baumann daniel at alioth.debian.org
Wed May 9 16:02:39 UTC 2007


Author: daniel
Date: 2007-05-09 16:02:39 +0000 (Wed, 09 May 2007)
New Revision: 1437

Modified:
   dists/trunk/live-webbuilder/Makefile
Log:


Modified: dists/trunk/live-webbuilder/Makefile
===================================================================
--- dists/trunk/live-webbuilder/Makefile	2007-05-09 15:52:26 UTC (rev 1436)
+++ dists/trunk/live-webbuilder/Makefile	2007-05-09 16:02:39 UTC (rev 1437)
@@ -1,10 +1,13 @@
 #!/usr/bin/make -f
 
-all: install
+all: build
 
 test:
 	sh -n live-webbuilder || exit 1
 
+build:
+	@echo "Nothing to build."
+
 install: test
 	# Installing executables
 	install -D -m 0755 cron-webbuilder $(DESTDIR)/etc/cron.d/live-webbuilder
@@ -28,6 +31,9 @@
 	# Uninstalling documentation
 	rm -rf $(DESTDIR)/usr/share/doc/live-webbuilder
 
+update:
+	sed -i -e 's/VERSION="0.2.6"/VERSION="0.2.x"/' live-webbuilder
+
 clean:
 
 distclean:




More information about the Debian-live-changes mailing list