File: Makefile.am

package info (click to toggle)
liblouis 3.0.0-3%2Bdeb9u4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 68,336 kB
  • sloc: ansic: 26,525; sh: 5,113; makefile: 739; perl: 69; python: 42
file content (19 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (21)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 $@