You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 rivejä
206 B

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