summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormichele.simionato <devnull@localhost>2009-08-26 05:46:33 +0000
committermichele.simionato <devnull@localhost>2009-08-26 05:46:33 +0000
commit1182961a2b82500a00f948437fa7f8736537c521 (patch)
tree00621aa6737e76927329320e5ce834d3fa841b8b /Makefile
parentc8708c4276a7a06470226c85863ac958b574fcd8 (diff)
downloadpython-decorator-git-1182961a2b82500a00f948437fa7f8736537c521.tar.gz
Release 3.1.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 35d92a5..12fa499 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-RST=/home/micheles/trunk/ROnline/RCommon/Python/ms/tools/rst.py
+RST=$(HOME)/trunk/ROnline/RCommon/Python/ms/tools/rst.py
rst: documentation.py
- python /home/micheles/trunk/ROnline/RCommon/Python/ms/tools/minidoc.py -dH documentation.py
+ python $(HOME)/trunk/ROnline/RCommon/Python/ms/tools/minidoc.py -dH documentation.py
pdf: /tmp/documentation.rst
$(RST) -ptd /tmp/documentation.rst; cp /tmp/documentation.pdf /tmp/documentation.html .