/doc/Makefile.am
https://code.google.com/ · Makefile · 15 lines · 7 code · 3 blank · 5 comment · 0 complexity · 555ea4168210492903e1f97fdbfa076b MD5 · raw file
- ##****************************************************************************
- ## $Id$
- ##****************************************************************************
- ## Process this file with automake to produce Makefile.in.
- ##****************************************************************************
- man_MANS = pdsh.1 pdcp.1 dshbak.1
- EXTRA_DIST = dshbak.1
- install-data-local:
- $(INSTALL) -d -m 0755 "$(DESTDIR)$(mandir)/man1"
- ln -f -s pdcp.1 "$(DESTDIR)$(mandir)/man1/rpdcp.1"
- uninstall-local:
- $(RM) "$(DESTDIR)$(mandir)/man1/rpdcp.1"