1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## Makefile.patch.dpatch by <santiago@kerrigan>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
diff -urNad python-pychart-1.37/doc/Makefile /tmp/dpep.yciIJh/python-pychart-1.37/doc/Makefile
--- python-pychart-1.37/doc/Makefile 2005-04-20 22:05:30.669769104 -0500
+++ /tmp/dpep.yciIJh/python-pychart-1.37/doc/Makefile 2005-04-20 22:06:09.449873632 -0500
@@ -20,7 +20,7 @@
demo:
PYTHONPATH=..:../demos python demodoc.py
examples: examples.py $(wildcard ../demos/*.py)
- python examples.py
+ PYTHONPATH=..:$(PYTHONPATH) python examples.py
index.html: index.html $(GIFFILES)
gtml index.gtml
diff -urNad python-pychart-1.37/Makefile /tmp/dpep.yciIJh/python-pychart-1.37/Makefile
--- python-pychart-1.37/Makefile 2005-04-20 22:04:59.742470768 -0500
+++ /tmp/dpep.yciIJh/python-pychart-1.37/Makefile 2005-04-20 22:05:37.936664368 -0500
@@ -1,4 +1,4 @@
-SUBDIRS=doc demos PyChart
+SUBDIRS=doc demos pychart
dist:
python setup.py sdist
|