source:
neercs/trunk/man/Makefile.am
@
2472
Last change on this file since 2472 was 2465, checked in by , 15 years ago | |
---|---|
File size: 211 bytes |
Line | |
---|---|
1 | # $Id: Makefile.am 1986 2008-06-20 19:49:23Z jylam $ |
2 | |
3 | EXTRA_DIST = $(man_MANS) |
4 | |
5 | man_MANS = neercs.1 |
6 | |
7 | clean: clean-local |
8 | clean-local: |
9 | -rm -Rf man |
10 | |
11 | install-data-local: |
12 | $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 |
13 |
Note: See TracBrowser
for help on using the repository browser.