diff options
author | Rob Austein <sra@hactrn.net> | 2014-04-09 01:59:19 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-04-09 01:59:19 +0000 |
commit | 7170af54acc61fca23e72fdce0cb04633515bcf2 (patch) | |
tree | ba436716de52ed9ad61cf1c71a514310a5d53a65 /ca/Makefile.in | |
parent | a06ed1e84bf728c322b2c38deab0fe0625b785da (diff) |
Tweak setup.py to conditionalize installation of rpki-ca scripts; move
installation targets for Python library up from ca to top Makefile.
svn path=/branches/tk685/; revision=5771
Diffstat (limited to 'ca/Makefile.in')
-rw-r--r-- | ca/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ca/Makefile.in b/ca/Makefile.in index 8da54712..3d69b760 100644 --- a/ca/Makefile.in +++ b/ca/Makefile.in @@ -41,7 +41,6 @@ clean:: install:: ${CA_INSTALL_TARGETS} install-always:: all - ${PYTHON} setup.py install ${SETUP_PY_ROOT} ${SETUP_PY_INSTALL_LAYOUT} --record installed @echo @echo "== Default configuration file location is ${sysconfdir}/rpki.conf ==" @echo @@ -50,7 +49,6 @@ install-always:: all uninstall deinstall:: -${libexecdir}/rpkigui-apache-conf-gen --remove --verbose - xargs rm -fv <installed distclean:: rm -f installed |