blob: afefb06776a5d2348d3d909706641ae56d3e6d9c [file] [log] [blame]
doc_DATA = \
liblouis.html \
liblouis.txt
EXTRA_DIST = \
liblouis.html \
liblouis.txt
CLEANFILES = $(EXTRA_DIST)
info_TEXINFOS = liblouis.texi
# generate one big html file
AM_MAKEINFOHTMLFLAGS = --no-headers --no-split
SUFFIXES = .txt
.texi.txt:
$(MAKEINFO) --plaintext $< -o $@