Last change
on this file since 1327 was
1327,
checked in by Sam Hocevar, 14 years ago
|
- Generate the manpage in the make rule, not the configure rule, because
at configure time ${datarootdir} depends on ${prefix} which is defined
a bit too late in the script.
|
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,@data""rootdir@,$(datarootdir),g" $(srcdir)/$^ > $@ |
---|
10 | |
---|
Note: See
TracBrowser
for help on using the repository browser.