Author: glen
Date: Tue Jan 12 12:13:09 2010
New Revision: 11108
Modified:
geninitrd/trunk/Makefile
Log:
- fix manual page generation
Modified: geninitrd/trunk/Makefile
==============================================================================
--- geninitrd/trunk/Makefile (original)
+++ geninitrd/trunk/Makefile Tue Jan 12 12:13:09 2010
@@ -20,9 +20,9 @@
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
+ refentry2man < $< > [email protected] && mv [email protected] $@ || { rm -f [email protected];
exit 1; }
-dist: geninitrd-$(VERSION).tar.gz
+dist: clean geninitrd-$(VERSION).tar.gz
clean:
rm -f geninitrd.8
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit