File: Makefile.am

package info (click to toggle)
liblouis 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 7,236 kB
  • ctags: 1,138
  • sloc: ansic: 12,411; sh: 6,255; makefile: 757; perl: 43; python: 19
file content (22 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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 $@