[Checkins] SVN: z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/Makefile added

Andreas Jung andreas at andreas-jung.com
Sat Apr 21 01:45:44 EDT 2007


Log message for revision 74285:
  added
  

Changed:
  A   z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/Makefile

-=-
Added: z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/Makefile
===================================================================
--- z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/Makefile	2007-04-21 05:40:54 UTC (rev 74284)
+++ z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/Makefile	2007-04-21 05:45:44 UTC (rev 74285)
@@ -0,0 +1,13 @@
+all: doc
+
+doc: pdf html
+
+clean:
+	find ${PWD} -name \*pyc -exec rm {} \;
+	find ${PWD} -name \*pyo -exec rm {} \;
+
+pdf: clean
+	epydoc --graph=all --pdf -o doc ${PWD}
+
+html: clean 
+	epydoc --graph=all  --html -o doc ${PWD}



More information about the Checkins mailing list