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