source:
toilet/trunk/doc/Makefile.am
@
1384
Last change on this file since 1384 was 1376, checked in by , 17 years ago | |
---|---|
File size: 206 bytes |
Line | |
---|---|
1 | # $Id: Makefile.am 871 2006-09-25 15:58:33Z sam $ |
2 | |
3 | EXTRA_DIST = toilet.1.in |
4 | CLEANFILES = toilet.1 |
5 | |
6 | man_MANS = toilet.1 |
7 | |
8 | toilet.1: toilet.1.in |
9 | sed -e "s,[@]datarootdir@,$(datarootdir),g" $(srcdir)/$^ > $@ |
10 |
Note: See TracBrowser
for help on using the repository browser.