Author: glen
Date: Thu Jan 27 21:30:44 2011
New Revision: 12092

Modified:
   geninitrd/trunk/ChangeLog
   geninitrd/trunk/Makefile
Log:
- refentry2man dep

Modified: geninitrd/trunk/ChangeLog
==============================================================================
--- geninitrd/trunk/ChangeLog   (original)
+++ geninitrd/trunk/ChangeLog   Thu Jan 27 21:30:44 2011
@@ -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

Modified: geninitrd/trunk/Makefile
==============================================================================
--- geninitrd/trunk/Makefile    (original)
+++ geninitrd/trunk/Makefile    Thu Jan 27 21:30:44 2011
@@ -21,8 +21,9 @@
        install -p -m644 $(FILES_ADDON) $(DESTDIR)$(libdir)
        install -p -m644 geninitrd.sysconfig $(DESTDIR)$(sysconfigdir)/geninitrd
 
-geninitrd.8: geninitrd.8.xml
-       refentry2man < $< > [email protected] && mv [email protected] $@ || { rm -f [email protected]; exit 1; }
+rerentry2man := /usr/bin/refentry2man
+geninitrd.8: geninitrd.8.xml $(refentry2man)
+       $(refentry2man) < $< > [email protected] && mv [email protected] $@ || { rm -f [email protected]; exit 
1; }
 
 dist: clean geninitrd-$(VERSION).tar.gz
 
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to