[SCM] live-manual branch, debian-next, updated. debian/3.0_a2-1-67-ge9f2a57

Daniel Baumann daniel at debian.org
Wed May 18 16:58:28 UTC 2011


The following commit has been merged in the debian-next branch:
commit 42e2d10cc58a4a70b41a63befd0ffd5ec48a6295
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed May 18 18:47:10 2011 +0200

    Don't run currently empty test target by default.

diff --git a/Makefile b/Makefile
index 759c9ff..adde6da 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ LANGUAGES = en $(shell cd manual/po && ls)
 
 DEBUG = 0
 
-all: test build
+all: build
 
 test:
 	@echo "Checking for syntax errors... [not implemented yet - FIXME]"
@@ -19,14 +19,14 @@ tidy:
 		sed -i -e 's|[ \t]*$$||' $${FILE}; \
 	done
 
-#FIXME: do a proper dependency-based build
-#FORMATS = epub html odf pdf txt
-#...
-#%.pdf: $(sisu_sources)
-#	sisu-pdf -v live-manual.ssm
-#etc.
-
 build:
+	#FIXME: do a proper dependency-based build
+	#FORMATS = epub html odf pdf txt
+	#...
+	#%.pdf: $(sisu_sources)
+	#	sisu-pdf -v live-manual.ssm
+	#etc.
+
 	@# FIXME: sisu-concordance sisu-pg sisu-sqlite
 	for LANGUAGE in $(LANGUAGES); \
 	do \

-- 
live-manual



More information about the debian-live-changes mailing list