Makefile

Luke Macken lmacken at fedoraproject.org
Thu Nov 13 02:58:15 UTC 2008


 Makefile |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit d03c4d1c8da43df4b8691d8c45fdad87deefe3c9
Author: Luke Macken <lmacken at redhat.com>
Date:   Wed Nov 12 21:58:03 2008 -0500

    Add a 'docs' Makefile target

diff --git a/Makefile b/Makefile
index 8a8e3ac..c0baf2b 100644
--- a/Makefile
+++ b/Makefile
@@ -36,3 +36,6 @@ clean:
 	rm -f *.py{c,o} */*.py{c,o} */*/*.py{c,o}
 	rm -fr po/${PKGNAME}*.po{,.new} po/locale
 	rm -fr build
+
+docs:
+		epydoc --name liveusb-creator -u http://liveusb-creator.fedorahosted.org -o docs --exclude urlgrabber liveusb




More information about the liveusb-creator mailing list