toilet/doc/Makefile.am
Sam Hocevar 9162cd19e9 * 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.
2006-11-10 14:58:12 +00:00

10 lines
206 B
Makefile

# $Id: Makefile.am 871 2006-09-25 15:58:33Z sam $
EXTRA_DIST = toilet.1.in
CLEANFILES = toilet.1
man_MANS = toilet.1
toilet.1: toilet.1.in
sed -e "s,@data""rootdir@,$(datarootdir),g" $(srcdir)/$^ > $@