Please consider the following patch for koan.

                                              -gavin...

* Mon Mar 10 2008 Gavin Romig-Koch 
Makefile: a minor improvement to the install rule

This just makes sure the most recient manpage is built and installed
when using the install rule.



diff --git a/Makefile b/Makefile
index 845f029..60d3a73 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ test:
 build: clean
 	python setup.py build -f
 
-install: build
+install: build manpage
 	python setup.py install -f
 
 sdist: manpage
_______________________________________________
et-mgmt-tools mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/et-mgmt-tools

Reply via email to