From 01ff91f5e9fc6ae2ff1884a6d4b28ea108e04232 Mon Sep 17 00:00:00 2001 From: Ben Kaduk Date: Wed, 17 Oct 2012 11:37:01 -0400 Subject: 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. --- src/kadmin/server/Makefile.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/kadmin/server') diff --git a/src/kadmin/server/Makefile.in b/src/kadmin/server/Makefile.in index 1ea705390..694227d11 100644 --- a/src/kadmin/server/Makefile.in +++ b/src/kadmin/server/Makefile.in @@ -22,8 +22,5 @@ $(PROG): $(OBJS) $(KADMSRV_DEPLIBS) $(KRB5_BASE_DEPLIBS) $(APPUTILS_DEPLIB) $(VE install:: $(INSTALL_PROGRAM) $(PROG) ${DESTDIR}$(SERVER_BINDIR)/$(PROG) -install-oldman:: - $(INSTALL_DATA) $(srcdir)/$(PROG).M ${DESTDIR}$(SERVER_MANDIR)/$(PROG).8 - clean:: $(RM) $(PROG) $(OBJS) -- cgit