summaryrefslogtreecommitdiffstats
path: root/src/config-files
diff options
context:
space:
mode:
authorBen Kaduk <kaduk@mit.edu>2012-10-17 11:37:01 -0400
committerBen Kaduk <kaduk@mit.edu>2012-10-17 11:40:49 -0400
commit01ff91f5e9fc6ae2ff1884a6d4b28ea108e04232 (patch)
treecb7be6d75c3997ae513eafd97b7ff529ef1471ab /src/config-files
parent5c855268ec84d1ad62b24766be243f36ff5935f2 (diff)
downloadkrb5-01ff91f5e9fc6ae2ff1884a6d4b28ea108e04232.tar.gz
krb5-01ff91f5e9fc6ae2ff1884a6d4b28ea108e04232.tar.xz
krb5-01ff91f5e9fc6ae2ff1884a6d4b28ea108e04232.zip
Remove install-oldman
The old man pages are gone, so we can't install them anymore. Also clean up install and install-unix targets that were installing the old man pages by hand.
Diffstat (limited to 'src/config-files')
-rw-r--r--src/config-files/Makefile.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/config-files/Makefile.in b/src/config-files/Makefile.in
index ca75f9790d..1011c0d793 100644
--- a/src/config-files/Makefile.in
+++ b/src/config-files/Makefile.in
@@ -6,7 +6,3 @@ install::
$(INSTALL_DATA) $(srcdir)/kdc.conf ${DESTDIR}$(EXAMPLEDIR)/kdc.conf
$(INSTALL_DATA) $(srcdir)/krb5.conf ${DESTDIR}$(EXAMPLEDIR)/krb5.conf
$(INSTALL_DATA) $(srcdir)/services.append ${DESTDIR}$(EXAMPLEDIR)/services.append
-
-install-oldman::
- $(INSTALL_DATA) $(srcdir)/kdc.conf.M ${DESTDIR}$(FILE_MANDIR)/kdc.conf.5
- $(INSTALL_DATA) $(srcdir)/krb5.conf.M ${DESTDIR}$(FILE_MANDIR)/krb5.conf.5