[python-graph] r745 committed - Fixed Makefile rule for building docs

0 views
Skip to first unread message

python...@googlecode.com

unread,
Jan 8, 2012, 1:49:35 PM1/8/12
to python...@googlegroups.com
Revision: 745
Author: pmatiello
Date: Sun Jan 8 10:49:13 2012
Log: Fixed Makefile rule for building docs
http://code.google.com/p/python-graph/source/detail?r=745

Modified:
/trunk/Makefile

=======================================
--- /trunk/Makefile Sun Jan 10 16:38:13 2010
+++ /trunk/Makefile Sun Jan 8 10:49:13 2012
@@ -45,8 +45,8 @@
docs: cleanpyc
rm -rf ${DOCS_DIR} ${TEMP}
mkdir -p ${TEMP}
- cp -R --remove-destination ${CORE_DIR}/pygraph ${TEMP}
- cp -Rn --remove-destination ${DOT_DIR}/pygraph/readwrite ${TEMP}/pygraph/
+ cp -R ${CORE_DIR}/pygraph ${TEMP}
+ cp -Rn ${DOT_DIR}/pygraph ${TEMP}/pygraph/
epydoc -v --no-frames --no-sourcecode --name="python-graph" \
--url="http://code.google.com/p/python-graph/" \
--inheritance listed --no-private --html \
@@ -88,6 +88,7 @@

cleanpyc:
find . -name *.pyc -exec rm {} \;
+ find . -name __pycache__ -exec rm -rf {} \;

clean: cleanpyc
rm -rf ${DOCS_DIR}

Reply all
Reply to author
Forward
0 new messages