added doc target
[swftools.git] / avi2swf / Makefile.in
index 438a421..b0cd676 100644 (file)
@@ -26,3 +26,7 @@ uninstall:
 clean: 
        rm -f *.o *.lo *.a *.la avi2swf gmon.out
 
+doc:
+       perl ../parsedoc.pl avi2swf.doc
+
+.PHONY: all doc clean install uninstall