1doc_DATA = \
2	liblouis.html \
3	liblouis.txt
4
5EXTRA_DIST = \
6	liblouis.html \
7	liblouis.txt
8
9CLEANFILES = $(EXTRA_DIST)
10
11info_TEXINFOS = liblouis.texi
12
13# generate one big html file
14AM_MAKEINFOHTMLFLAGS = --no-headers --no-split
15
16SUFFIXES                = .txt
17
18.texi.txt:
19	$(MAKEINFO) --plaintext $< -o $@
20