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
RevLine 
[1323]1# $Id: Makefile.am 871 2006-09-25 15:58:33Z sam $
2
[1326]3EXTRA_DIST = toilet.1.in
[1327]4CLEANFILES = toilet.1
[1323]5
6man_MANS = toilet.1
7
[1327]8toilet.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.