Remove usage of app_PYTHON in ipaserver Makefiles

- Remove ChangeLog from ipa-client/Makefile.am

https://fedorahosted.org/freeipa/ticket/4700

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Gabe 2014-12-09 18:40:52 -07:00 committed by Martin Kosek
parent 489dfe6468
commit 6d3403edac
3 changed files with 0 additions and 71 deletions

View File

@ -97,7 +97,6 @@ EXTRA_DIST = \
README \
HACKING \
NEWS \
ChangeLog \
$(NULL)
DISTCLEANFILES = \
@ -125,22 +124,3 @@ MAINTAINERCLEANFILES = \
py-compile \
$(NULL)
# Creating ChangeLog from hg log (taken from cairo/Makefile.am):
ChangeLog: $(srcdir)/ChangeLog
$(srcdir)/ChangeLog:
@if test -d "$(srcdir)/../.hg"; then \
(cd "$(srcdir)" && \
./missing --run hg log --verbose) | fmt --split-only > $@.tmp \
&& mv -f $@.tmp $@ \
|| ($(RM) $@.tmp; \
echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
(test -f $@ || echo hg log is required to generate this file >> $@)); \
else \
test -f $@ || \
(echo A hg checkout and hg -log is required to generate ChangeLog >&2 && \
echo A hg checkout and hg log is required to generate this file >> $@); \
fi
.PHONY: ChangeLog $(srcdir)/ChangeLog

View File

@ -1,27 +0,0 @@
NULL =
appdir = $(pythondir)/ipaserver
app_PYTHON = \
__init__.py \
bindinstance.py \
cainstance.py \
dsinstance.py \
ipaldap.py \
krbinstance.py \
httpinstance.py \
ntpinstance.py \
adtrustinstance.py \
service.py \
installutils.py \
replication.py \
certs.py \
ldapupdate.py \
certmonger.py \
$(NULL)
EXTRA_DIST = \
$(NULL)
MAINTAINERCLEANFILES = \
*~ \
Makefile.in

View File

@ -1,24 +0,0 @@
NULL =
appdir = $(pythondir)/ipaserver/install
app_PYTHON = \
__init__.py \
baseupdate.py \
fix_replica_agreements.py \
rename_managed.py \
dns.py \
updateclient.py \
update_services.py \
update_anonymous_aci.py \
update_pacs.py \
update_referint.py \
ca_renewal_master.py \
update_uniqueness.py \
$(NULL)
EXTRA_DIST = \
$(NULL)
MAINTAINERCLEANFILES = \
*~ \
Makefile.in