]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
- refentry2man dep
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 27 Jan 2011 20:30:44 +0000 (20:30 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 27 Jan 2011 20:30:44 +0000 (20:30 +0000)
svn-id: @12092

ChangeLog
Makefile

index 037b010b36038e2a8f5b4d3a53fcf6ad75e69bec..cf684927eb77bbb80715920d170071d71d6df746 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-27 20:26 +0000 [r12091]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * Makefile: - 10000.31 second experimental (can extract all
+         compressed kernels for CONFIG)
+
 2011-01-25 22:02 +0000 [r12087]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
 
        * mod-md.sh: Try to find main device in case when rootfs in on a md
index 05f613694ea3053be38ecf73afe8ea60dfa1a35c..fc043cb8f97dd0c6303b993b56a21287c85f8578 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,8 +21,9 @@ install: geninitrd.8
        install -p -m644 $(FILES_ADDON) $(DESTDIR)$(libdir)
        install -p -m644 geninitrd.sysconfig $(DESTDIR)$(sysconfigdir)/geninitrd
 
-geninitrd.8: geninitrd.8.xml
-       refentry2man < $< > $@.tmp && mv $@.tmp $@ || { rm -f $@.tmp; exit 1; }
+rerentry2man := /usr/bin/refentry2man
+geninitrd.8: geninitrd.8.xml $(refentry2man)
+       $(refentry2man) < $< > $@.tmp && mv $@.tmp $@ || { rm -f $@.tmp; exit 1; }
 
 dist: clean geninitrd-$(VERSION).tar.gz
 
This page took 0.040561 seconds and 4 git commands to generate.