/doc/Makefile.am

https://code.google.com/ · 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. man_MANS = pdsh.1 pdcp.1 dshbak.1
  7. EXTRA_DIST = dshbak.1
  8. install-data-local:
  9. $(INSTALL) -d -m 0755 "$(DESTDIR)$(mandir)/man1"
  10. ln -f -s pdcp.1 "$(DESTDIR)$(mandir)/man1/rpdcp.1"
  11. uninstall-local:
  12. $(RM) "$(DESTDIR)$(mandir)/man1/rpdcp.1"