source: toilet/trunk/doc/Makefile.am @ 3345

Last change on this file since 3345 was 1376, checked in by Sam Hocevar, 17 years ago
  • Now that libcaca 0.99.beta10 is out, we can switch to the new API.
File size: 206 bytes
Line 
1# $Id: Makefile.am 871 2006-09-25 15:58:33Z sam $
2
3EXTRA_DIST = toilet.1.in
4CLEANFILES = toilet.1
5
6man_MANS = toilet.1
7
8toilet.1: toilet.1.in
9        sed -e "s,[@]datarootdir@,$(datarootdir),g" $(srcdir)/$^ > $@
10
Note: See TracBrowser for help on using the repository browser.