system-config-printer/pysmbc-doczip.patch

13 lines
338 B
Diff
Raw Normal View History

2010-08-22 16:24:38 +00:00
diff -up pysmbc-1.0.9/Makefile.doczip pysmbc-1.0.9/Makefile
--- pysmbc-1.0.9/Makefile.doczip 2010-06-29 06:18:10.000000000 +0100
+++ pysmbc-1.0.9/Makefile 2010-08-22 15:42:14.085916441 +0100
@@ -9,6 +9,8 @@ smbc.so: force
doc: smbc.so
rm -rf html
epydoc -o html --html $<
+
+doczip: doc
cd html && zip ../smbc-html.zip *
clean: