File: Makefile.am

package info (click to toggle)
pdsh 2.35-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,008 kB
  • sloc: ansic: 12,433; sh: 6,838; makefile: 400; perl: 163
file content (15 lines) | stat: -rw-r--r-- 556 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
##****************************************************************************
## $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"