Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / liblouis / src / doc / Makefile.am
1 doc_DATA = \
2         liblouis.html \
3         liblouis.txt
4
5 EXTRA_DIST = \
6         liblouis.html \
7         liblouis.txt
8
9 CLEANFILES = $(EXTRA_DIST)
10
11 info_TEXINFOS = liblouis.texi
12
13 # generate one big html file
14 AM_MAKEINFOHTMLFLAGS = --no-headers --no-split
15
16 SUFFIXES                = .txt
17
18 .texi.txt:
19         $(MAKEINFO) --plaintext $< -o $@