Import version 1.3.3
[gnu-stow.git] / Makefile.am
blob7c82c28456679d8169a0e0c29ce8f76fe2ce0469
1 ## Process this file with Automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = dist-shar
5 bin_SCRIPTS = stow
6 info_TEXINFOS = stow.texi
7 man_MANS = stow.8
8 EXTRA_DIST = $(man_MANS)
10 CLEANFILES = stow manual.html manual.texi
12 # The rules for manual.html and manual.texi are only used by
13 # the developer
14 manual.html: manual.texi
15         -rm -f $@
16         texi2html -expandinfo -menu -monolithic -verbose $<
18 manual.texi: stow.texi
19         -rm -f $@
20         cp $< $@