[Commits] (morgen) Fixed a typo in html.py
commits at osafoundation.org
commits at osafoundation.org
Tue Apr 6 14:44:30 PDT 2004
Commit by: morgen
Modified files:
external/epydoc/patches None 1.1
external/epydoc/Makefile 1.6 1.7
Log message:
Fixed a typo in html.py
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/epydoc/patches?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.osafoundation.org/index.cgi/external/epydoc/Makefile.diff?r1=text&tr1=1.6&r2=text&tr2=1.7
Index: external/epydoc/Makefile
diff -u external/epydoc/Makefile:1.6 external/epydoc/Makefile:1.7
--- external/epydoc/Makefile:1.6 Thu Mar 18 13:01:41 2004
+++ external/epydoc/Makefile Tue Apr 6 14:44:00 2004
@@ -8,7 +8,10 @@
BUILD=build_$(SNAP)
-build:
+apply: patches
+ patch -Nup0 < patches; echo ok
+
+build: apply
cd $(SRC); \
$(PYTHON) setup.py build --build-base=$(BUILD) $(DIST_OPT) \
install --force
More information about the Commits
mailing list