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/slave/Makefile.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/slave/Makefile.in') diff --git a/src/slave/Makefile.in b/src/slave/Makefile.in index 4d2354086b..c4098e672f 100644 --- a/src/slave/Makefile.in +++ b/src/slave/Makefile.in @@ -33,12 +33,6 @@ install:: $(DESTDIR)$(SERVER_BINDIR)/`echo $$f|sed '$(transform)'`; \ done -install-oldman:: - for f in kprop kpropd kproplog; do \ - $(INSTALL_DATA) $(srcdir)/$$f.M \ - ${DESTDIR}$(SERVER_MANDIR)/`echo $$f|sed '$(transform)'`.8; \ - done - clean:: $(RM) $(CLIENTOBJS) $(SERVEROBJS) $(LOGOBJS) -- cgit