diff options
| author | michele.simionato <devnull@localhost> | 2009-08-26 05:46:33 +0000 |
|---|---|---|
| committer | michele.simionato <devnull@localhost> | 2009-08-26 05:46:33 +0000 |
| commit | 1182961a2b82500a00f948437fa7f8736537c521 (patch) | |
| tree | 00621aa6737e76927329320e5ce834d3fa841b8b /Makefile | |
| parent | c8708c4276a7a06470226c85863ac958b574fcd8 (diff) | |
| download | python-decorator-git-1182961a2b82500a00f948437fa7f8736537c521.tar.gz | |
Release 3.1.2
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 . |
