blob: 170f222eda861de80f75d735867009c5e8820149 [file] [log] [blame] [edit]
# docdir is only needed if you have Autoconf older than 2.60
docdir = $(datadir)/doc/${PACKAGE}
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 $@