stow/Makefile.am

21 lines
432 B
Makefile
Raw Normal View History

2011-11-09 17:38:16 -05:00
## Process this file with Automake to produce Makefile.in
AUTOMAKE_OPTIONS = dist-shar
bin_SCRIPTS = stow
info_TEXINFOS = stow.texi
2011-11-09 17:39:32 -05:00
man_MANS = stow.8
EXTRA_DIST = $(man_MANS)
2011-11-09 17:38:16 -05:00
CLEANFILES = stow manual.html manual.texi
# The rules for manual.html and manual.texi are only used by
# the developer
manual.html: manual.texi
-rm -f $@
texi2html -expandinfo -menu -monolithic -verbose $<
manual.texi: stow.texi
-rm -f $@
cp $< $@