mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
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:
@@ -18178,3 +18178,8 @@
|
|||||||
* Documented the Python 3.4 dependency in 'INSTALL'.
|
* Documented the Python 3.4 dependency in 'INSTALL'.
|
||||||
2018-12-12 Fred Gleason <fredg@paravelsystems.com>
|
2018-12-12 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Renamed rdrlmd(8) to rdpadd(8).
|
* 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.
|
||||||
|
|||||||
@@ -20,6 +20,17 @@
|
|||||||
##
|
##
|
||||||
## Use automake to process this into a Makefile.in
|
## 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\
|
EXTRA_DIST = now_and_next.py\
|
||||||
pypad_filewrite.py\
|
pypad_filewrite.py\
|
||||||
pypad_udp.py
|
pypad_udp.py
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#%PYTHON_BANGPATH%
|
#!%PYTHON_BANGPATH%
|
||||||
|
|
||||||
# now_and_next.py
|
# now_and_next.py
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#%PYTHON_BANGPATH%
|
#!%PYTHON_BANGPATH%
|
||||||
|
|
||||||
# pypad_filewrite.py
|
# pypad_filewrite.py
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#%PYTHON_BANGPATH%
|
#!%PYTHON_BANGPATH%
|
||||||
|
|
||||||
# pypad_udp.py
|
# pypad_udp.py
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user