13 lines
338 B
Diff
13 lines
338 B
Diff
|
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:
|