diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-12-19 22:28:19 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-12-19 22:28:19 +0000 |
commit | 970841cc196e70d5e6074313a59c15a8eaa05242 (patch) | |
tree | 62c3ed0e225f27bcdba26408c82f50c714e88077 | |
parent | 568ec1e79ddcf1d3bca8468ed95aea9279755f50 (diff) |
do not try to ship gone README.Debian but do ship new HACKING
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@186 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index a37eaf0..d92f2e6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,12 +32,11 @@ DEBIAN_FILES = debian/changelog debian/compat debian/control \ debian/libnss-ldapd.templates \ debian/libnss-ldapd.postinst \ debian/libnss-ldapd.postrm \ - debian/README.Debian \ debian/po/*.po debian/po/templates.pot \ debian/po/POTFILES.in EXTRA_DIST = nss-ldapd.conf nslcd.h nslcd-common.h \ - $(DEBIAN_FILES) + HACKING $(DEBIAN_FILES) NSS_LDAP_PATH_CONF = @NSS_LDAP_PATH_CONF@ |