[SCM] live-manual branch, debian, updated. debian/2.0_a1-1-8-gadce2c9

Daniel Baumann daniel at debian.org
Tue Jun 8 20:50:48 UTC 2010


The following commit has been merged in the debian branch:
commit adce2c920aea38841a582820f8f1f9f7df4ec04b
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Jun 8 22:50:36 2010 +0200

    Adding commit target in top-level makefie to easy pre-commit tests.

diff --git a/Makefile b/Makefile
index f7b8010..2de1305 100644
--- a/Makefile
+++ b/Makefile
@@ -55,6 +55,22 @@ autobuild: clean build
 		build/$${LANGUAGE}/index.html.in > build/$${LANGUAGE}/index.html; \
 	done
 
+commit: tidy test
+	$(MAKE) -C manual rebuild
+
+	@if grep -qs fuzzy manual/po/*/*; \
+	then \
+		echo "Please fix fuzzy in manual/po/* first."; \
+		exit 1; \
+	fi
+
+	@echo
+	@echo "Successful... please do:"
+	@echo
+	@echo "  * git add ."
+	@echo "  * git commit -a -m \"Your commit message.\""
+	@echo "  * git push"
+
 install:
 
 	for LANGUAGE in $(LANGUAGES); \

-- 
live-manual



More information about the debian-live-changes mailing list