File: Makefile.am

package info (click to toggle)
stow 1.3.2-11
  • links: PTS
  • area: main
  • in suites: potato, slink
  • size: 472 kB
  • ctags: 1
  • sloc: perl: 467; sh: 347; makefile: 103
file content (19 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Process this file with Automake to produce Makefile.in

AUTOMAKE_OPTIONS = dist-shar

bin_SCRIPTS = stow
info_TEXINFOS = stow.texi
man_MANS = stow.8

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 $< $@