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

Daniel Baumann daniel at debian.org
Thu Apr 5 18:43:23 UTC 2012


The following commit has been merged in the debian-next branch:
commit 108a80e0cb73fabc3df282a262d0d98f3d8e1e4f
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Apr 5 20:41:36 2012 +0200

    Simplying, again, Makefiles install target.

diff --git a/Makefile b/Makefile
index 10957b7..9ed20d4 100644
--- a/Makefile
+++ b/Makefile
@@ -90,11 +90,12 @@ commit: tidy test
 	@echo "  * git push "
 
 install:
-		FROMDIR=$(CURDIR)/build/manual; \
-		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
+	rm -rf $(CURDIR)/build/manual/manifest
+	rm -f $(CURDIR)/build/manual/index.html
+	rm f $(CURDIR)/build/manual/toc.html
+
+	mkdir -p $(DESTDIR)/usr/share/doc/live-manual
+	cp -a COPYING $(CURDIR)/build/manual/* $(DESTDIR)/usr/share/doc/live-manual
 
 uninstall:
 	rm -rf $(DESTDIR)/usr/share/doc/live-manual

-- 
live-manual



More information about the debian-live-changes mailing list