[SCM] Debian Live manual branch, master, updated. 4b07d790e721cbed5d58e380030344cce6d4b1ab

Daniel Baumann daniel at debian.org
Fri Nov 14 06:56:15 UTC 2008


The following commit has been merged in the master branch:
commit 27d600ab3e1154f71cdbc37bcc3ae692d7325372
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Nov 14 07:54:21 2008 +0100

    Moving update target from Makefile to Makefile.common.

diff --git a/Makefile b/Makefile
index b798fbc..bbec40b 100644
--- a/Makefile
+++ b/Makefile
@@ -17,9 +17,6 @@ build: clean translations all
 		sed "{s/__UPDATED__/$(shell LC_ALL=C date -R)/;s/__LANG__/$$LANGUAGE/;}" $$LANGUAGE/build-index.html.in > $(AUTOBUILD)/index.html.$$LANGUAGE; \
 	done
 
-update:
-	git pull
-
 po4a:
 	po4a -k 0 po4a/live-manual.cfg;
 
diff --git a/Makefile.common b/Makefile.common
index 9ec30c6..8784871 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -13,6 +13,9 @@ DBLATEX		:= dblatex --style=db2latex
 
 all: $(TARGETS)
 
+update:
+	git pull
+
 test: $(SOURCES)
 	$(XL) xml/index.xml
 

-- 
Debian Live manual



More information about the debian-live-changes mailing list