Skip to content

Commit

Permalink
Remove install-oldman
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kaduk committed Oct 17, 2012
1 parent 5c85526 commit 01ff91f
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 72 deletions.
1 change: 0 additions & 1 deletion src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,6 @@ install-windows::
install-unix::
$(INSTALL_SCRIPT) krb5-config \
$(DESTDIR)$(CLIENT_BINDIR)/krb5-config
$(INSTALL_DATA) $(srcdir)/krb5-config.M $(DESTDIR)$(CLIENT_MANDIR)/krb5-config.1

krb5-config: $(srcdir)/krb5-config.in config.status
$(SHELL) config.status krb5-config
Expand Down
1 change: 0 additions & 1 deletion src/appl/sample/sclient/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ clean::

install::
$(INSTALL_PROGRAM) sclient ${DESTDIR}$(CLIENT_BINDIR)/sclient
$(INSTALL_DATA) $(srcdir)/sclient.M ${DESTDIR}$(CLIENT_MANDIR)/sclient.1
1 change: 0 additions & 1 deletion src/appl/sample/sserver/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ clean::

install::
$(INSTALL_PROGRAM) sserver ${DESTDIR}$(SERVER_BINDIR)/sserver
$(INSTALL_DATA) $(srcdir)/sserver.M ${DESTDIR}$(SERVER_MANDIR)/sserver.8
2 changes: 0 additions & 2 deletions src/clients/kcpytkt/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,4 @@ install-unix::
for f in kcpytkt; do \
$(INSTALL_PROGRAM) $$f \
$(DESTDIR)$(CLIENT_BINDIR)/`echo $$f|sed '$(transform)'`; \
$(INSTALL_DATA) $(srcdir)/$$f.M \
$(DESTDIR)$(CLIENT_MANDIR)/`echo $$f|sed '$(transform)'`.1; \
done
2 changes: 0 additions & 2 deletions src/clients/kdeltkt/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,4 @@ install-unix::
for f in kdeltkt; do \
$(INSTALL_PROGRAM) $$f \
$(DESTDIR)$(CLIENT_BINDIR)/`echo $$f|sed '$(transform)'`; \
$(INSTALL_DATA) $(srcdir)/$$f.M \
$(DESTDIR)$(CLIENT_MANDIR)/`echo $$f|sed '$(transform)'`.1; \
done
6 changes: 0 additions & 6 deletions src/clients/kdestroy/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,3 @@ install-unix::
$(INSTALL_PROGRAM) $$f \
$(DESTDIR)$(CLIENT_BINDIR)/`echo $$f|sed '$(transform)'`; \
done

install-oldman::
for f in kdestroy; do \
$(INSTALL_DATA) $(srcdir)/$$f.M \
$(DESTDIR)$(CLIENT_MANDIR)/`echo $$f|sed '$(transform)'`.1; \
done
6 changes: 0 additions & 6 deletions src/clients/kinit/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,3 @@ install-unix::
$(INSTALL_PROGRAM) $$f \
$(DESTDIR)$(CLIENT_BINDIR)/`echo $$f|sed '$(transform)'`; \
done

install-oldman::
for f in kinit; do \
$(INSTALL_DATA) $(srcdir)/$$f.M \
$(DESTDIR)$(CLIENT_MANDIR)/`echo $$f|sed '$(transform)'`.1; \
done
6 changes: 0 additions & 6 deletions src/clients/klist/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,3 @@ install-unix::
$(INSTALL_PROGRAM) $$f \
$(DESTDIR)$(CLIENT_BINDIR)/`echo $$f|sed '$(transform)'`; \
done

install-oldman::
for f in klist; do \
$(INSTALL_DATA) $(srcdir)/$$f.M \
$(DESTDIR)$(CLIENT_MANDIR)/`echo $$f|sed '$(transform)'`.1; \
done
3 changes: 0 additions & 3 deletions src/clients/kpasswd/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ clean-unix::
install-all install-kdc install-server install-client install-unix::
$(INSTALL_PROGRAM) kpasswd $(DESTDIR)$(CLIENT_BINDIR)/`echo kpasswd|sed '$(transform)'`

install-oldman::
$(INSTALL_DATA) $(srcdir)/kpasswd.M $(DESTDIR)$(CLIENT_MANDIR)/`echo kpasswd|sed '$(transform)'`.1;

##WIN32##all-windows:: $(KPWD)

##WIN32##$(KPWD): $(OUTPRE)kpasswd.obj $(KLIB) $(CLIB) $(EXERES)
Expand Down
6 changes: 0 additions & 6 deletions src/clients/ksu/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,3 @@ install::
$(INSTALL_SETUID) $$f \
$(DESTDIR)$(CLIENT_BINDIR)/`echo $$f|sed '$(transform)'`; \
done

install-oldman::
for f in ksu; do \
$(INSTALL_DATA) $(srcdir)/$$f.M \
${DESTDIR}$(CLIENT_MANDIR)/`echo $$f|sed '$(transform)'`.1; \
done
2 changes: 0 additions & 2 deletions src/clients/kswitch/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,4 @@ install-unix::
for f in kswitch; do \
$(INSTALL_PROGRAM) $$f \
$(DESTDIR)$(CLIENT_BINDIR)/`echo $$f|sed '$(transform)'`; \
$(INSTALL_DATA) $(srcdir)/$$f.M \
$(DESTDIR)$(CLIENT_MANDIR)/`echo $$f|sed '$(transform)'`.1; \
done
6 changes: 0 additions & 6 deletions src/clients/kvno/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,3 @@ install-unix::
$(INSTALL_PROGRAM) $$f \
$(DESTDIR)$(CLIENT_BINDIR)/`echo $$f|sed '$(transform)'`; \
done

install-oldman::
for f in kvno; do \
$(INSTALL_DATA) $(srcdir)/$$f.M \
$(DESTDIR)$(CLIENT_MANDIR)/`echo $$f|sed '$(transform)'`.1; \
done
4 changes: 0 additions & 4 deletions src/config-files/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 0 additions & 5 deletions src/kadmin/cli/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ install::
$(INSTALL_PROGRAM) $(PROG) ${DESTDIR}$(CLIENT_BINDIR)/$(PROG)
$(INSTALL_SCRIPT) $(srcdir)/k5srvutil.sh ${DESTDIR}$(CLIENT_BINDIR)/k5srvutil

install-oldman::
$(INSTALL_DATA) $(srcdir)/k5srvutil.M ${DESTDIR}$(CLIENT_MANDIR)/k5srvutil.1
$(INSTALL_DATA) $(srcdir)/$(PROG).M ${DESTDIR}$(CLIENT_MANDIR)/$(PROG).1
$(INSTALL_DATA) $(srcdir)/$(PROG).local.M ${DESTDIR}$(ADMIN_MANDIR)/$(PROG).local.8

generate-files-mac: kadmin_ct.c getdate.c

clean::
Expand Down
3 changes: 0 additions & 3 deletions src/kadmin/dbutil/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ $(OBJS): import_err.h
install::
$(INSTALL_PROGRAM) $(PROG) ${DESTDIR}$(ADMIN_BINDIR)/$(PROG)

install-oldman::
$(INSTALL_DATA) $(srcdir)/$(PROG).M ${DESTDIR}$(ADMIN_MANDIR)/$(PROG).8

clean::
$(RM) $(PROG) $(OBJS) import_err.c import_err.h

Expand Down
3 changes: 0 additions & 3 deletions src/kadmin/ktutil/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ ktutil: ktutil.o $(OBJS) $(SS_DEPLIB) $(KRB5_BASE_DEPLIBS)
install::
$(INSTALL_PROGRAM) ktutil ${DESTDIR}$(CLIENT_BINDIR)/ktutil

install-oldman::
$(INSTALL_DATA) $(srcdir)/ktutil.M ${DESTDIR}$(CLIENT_MANDIR)/ktutil.1

generate-files-mac: ktutil_ct.c

# needed until we run makedepend
Expand Down
3 changes: 0 additions & 3 deletions src/kadmin/server/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
3 changes: 0 additions & 3 deletions src/kdc/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ check-pytests::
install::
$(INSTALL_PROGRAM) krb5kdc ${DESTDIR}$(SERVER_BINDIR)/krb5kdc

install-oldman::
$(INSTALL_DATA) $(srcdir)/krb5kdc.M ${DESTDIR}$(SERVER_MANDIR)/krb5kdc.8

clean::
$(RM) kdc5_err.h kdc5_err.c krb5kdc rtest.o rtest

3 changes: 0 additions & 3 deletions src/plugins/kdb/ldap/ldap_util/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,5 @@ getdate.c: $(GETDATE)
install::
$(INSTALL_PROGRAM) $(PROG) ${DESTDIR}$(ADMIN_BINDIR)/$(PROG)

install-oldman::
$(INSTALL_DATA) $(srcdir)/$(PROG).M ${DESTDIR}$(ADMIN_MANDIR)/$(PROG).8

clean::
$(RM) $(PROG) $(OBJS) getdate.c
6 changes: 0 additions & 6 deletions src/slave/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 01ff91f

Please sign in to comment.