2018-12-13 Fred Gleason <fredg@paravelsystems.com>

* Added a 'make install' rule in 'apis/PyPAD/examples/' to install
	PyPAD scripts in '${libdir}/rivendell/PyPAD/'.
	* Fixed a typo in the pseudo-bangpath line in the example PyPAD
	scripts.
This commit is contained in:
Fred Gleason 2018-12-13 11:36:59 -05:00
parent 24e408810e
commit b2007ee84a
5 changed files with 19 additions and 3 deletions

View File

@ -18178,3 +18178,8 @@
* Documented the Python 3.4 dependency in 'INSTALL'.
2018-12-12 Fred Gleason <fredg@paravelsystems.com>
* Renamed rdrlmd(8) to rdpadd(8).
2018-12-13 Fred Gleason <fredg@paravelsystems.com>
* Added a 'make install' rule in 'apis/PyPAD/examples/' to install
PyPAD scripts in '${libdir}/rivendell/PyPAD/'.
* Fixed a typo in the pseudo-bangpath line in the example PyPAD
scripts.

View File

@ -20,6 +20,17 @@
##
## Use automake to process this into a Makefile.in
install-exec-am:
mkdir -p $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/PyPAD
../../../helpers/install_python.sh now_and_next.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/PyPAD/now_and_next.py
../../../helpers/install_python.sh pypad_filewrite.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/PyPAD/pypad_filewrite.py
../../../helpers/install_python.sh pypad_udp.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/PyPAD/pypad_udp.py
uninstall-local:
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/PyPAD/now_and_next.py
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/PyPAD/pypad_filewrite.py
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/PyPAD/pypad_udp.py
EXTRA_DIST = now_and_next.py\
pypad_filewrite.py\
pypad_udp.py

View File

@ -1,4 +1,4 @@
#%PYTHON_BANGPATH%
#!%PYTHON_BANGPATH%
# now_and_next.py
#

View File

@ -1,4 +1,4 @@
#%PYTHON_BANGPATH%
#!%PYTHON_BANGPATH%
# pypad_filewrite.py
#

View File

@ -1,4 +1,4 @@
#%PYTHON_BANGPATH%
#!%PYTHON_BANGPATH%
# pypad_udp.py
#