[SCM] Debian Live initramfs hook branch, master, updated. 1.154.5-1-6-g27f10a6

Daniel Baumann daniel at debian.org
Fri Jan 23 14:29:00 UTC 2009


The following commit has been merged in the master branch:
commit 27f10a60272809a78ce02167796dc95f9b776fe7
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Jan 23 15:19:52 2009 +0100

    Actually building/cleaning manpages through targets in Makefile.

diff --git a/Makefile b/Makefile
index b9a9e6d..40ce7af 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ test:
 	fi
 
 build:
+	$(MAKE) -C manpages
 
 install: test build
 	# Installing configuration
@@ -126,6 +127,7 @@ update:
 		"http://svn.debian.org/viewsvn/*checkout*/d-i/trunk/packages/localechooser/languagelist"
 
 clean:
+	$(MAKE) -C manpages clean
 
 distclean:
 

-- 
Debian Live initramfs hook



More information about the debian-live-changes mailing list