[SCM] live-manual branch, debian-next, updated. debian/3.0_a11-1-4-gdd58f95

Daniel Baumann daniel at debian.org
Tue Apr 3 16:40:44 UTC 2012


The following commit has been merged in the debian-next branch:
commit dd58f95617d2bbcbd338110080828a9da71d3aec
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Apr 3 18:40:05 2012 +0200

    Removing some whitespace cruft from Makefile.

diff --git a/Makefile b/Makefile
index 7a4c188..dc7cd8d 100644
--- a/Makefile
+++ b/Makefile
@@ -51,10 +51,8 @@ build: clean
 	done; \
 
 
-autobuild: build	
-	
+autobuild: build
 	cd build/manual && rm -rf manifest toc.html; \
-	
 	set +e; for LANGUAGE in $(LANGUAGES); \
 	do \
 		FROMDIR=$(CURDIR)/manual/$${LANGUAGE}; \
@@ -65,7 +63,7 @@ autobuild: build
 		$${TODIR}/index.html.in > $${TODIR}/index.$${LANGUAGE}.html; \
 		rm $${TODIR}/index.html.in; \
 	done
-	
+
 commit: tidy test
 	$(MAKE) -C manual rebuild
 
@@ -88,9 +86,7 @@ install:
 		TODIR=$(DESTDIR)/usr/share/doc/live-manual; \
 	cd $${FROMDIR} && rm -rf manifest index.html toc.html; \
 	mkdir -p $${TODIR}; \
-	cp -a $(CURDIR)/build/manual/* $(DESTDIR)/usr/share/doc/live-manual	
-	
-
+	cp -a $(CURDIR)/build/manual/* $(DESTDIR)/usr/share/doc/live-manual
 
 uninstall:
 	rm -rf $(DESTDIR)/usr/share/doc/live-manual
@@ -111,4 +107,3 @@ translate:
 	else \
 		echo "There are no fuzzy strings to translate." ; \
 	fi
-

-- 
live-manual



More information about the debian-live-changes mailing list