Automatically set the absolute path of the program in the wrapper script
authorAntonio Ospite <ao2@ao2.it>
Fri, 29 Jul 2016 14:36:22 +0000 (16:36 +0200)
committerAntonio Ospite <ao2@ao2.it>
Fri, 29 Jul 2016 21:11:55 +0000 (23:11 +0200)
commit66c54a44d2cb07ee984be57e10bcafe306316cc2
tree6943df31eb657b9a8b90a7e4474bc378000bcb1e
parentddc6d336faa0901fd33cf9de30daaf670c53d68b
Automatically set the absolute path of the program in the wrapper script

In order to keep the wrapper script open_wrapper.sh simple and solid,
the absolute path of conversations_http_downloader.py is used, however
the hardcoded example value can confuse some users, because the path is
not valid on their system.

So use a Makefile so replace the value automatically.
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
README
open_wrapper.sh [deleted file]
open_wrapper.sh.in [new file with mode: 0644]