summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 .