File: Makefile.am

package info (click to toggle)
stow 1.3.3-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 584 kB
  • ctags: 3
  • sloc: sh: 486; perl: 452; makefile: 59
file content (20 lines) | stat: -rw-r--r-- 432 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## Process this file with Automake to produce Makefile.in

AUTOMAKE_OPTIONS = dist-shar

bin_SCRIPTS = stow
info_TEXINFOS = stow.texi
man_MANS = stow.8
EXTRA_DIST = $(man_MANS)

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