/doc/Makefile.am
Makefile | 15 lines | 7 code | 3 blank | 5 comment | 0 complexity | 555ea4168210492903e1f97fdbfa076b MD5 | raw file
1##**************************************************************************** 2## $Id$ 3##**************************************************************************** 4## Process this file with automake to produce Makefile.in. 5##**************************************************************************** 6 7man_MANS = pdsh.1 pdcp.1 dshbak.1 8EXTRA_DIST = dshbak.1 9 10install-data-local: 11 $(INSTALL) -d -m 0755 "$(DESTDIR)$(mandir)/man1" 12 ln -f -s pdcp.1 "$(DESTDIR)$(mandir)/man1/rpdcp.1" 13 14uninstall-local: 15 $(RM) "$(DESTDIR)$(mandir)/man1/rpdcp.1"