aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
blob: 943e70d7d2653fa3ecf6965d7f84d8e775bdc512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
doc_DATA = user_help.html
man_MANS = dillo.1
EXTRA_DIST = \
	README \
	Cookies.txt \
	dillo.1.in \
	user_help.in.html

dillo.1: $(srcdir)/dillo.1.in Makefile
	sed 's%/usr/local%${prefix}%g' < $(srcdir)/dillo.1.in > dillo.1

# Use .in.html instead of .html.in so it is recognized as HTML.
user_help.html: $(srcdir)/user_help.in.html Makefile
	sed 's/__VERSION__/${VERSION}/g' $< > $@

DISTCLEANFILES = dillo.1 user_help.html