File: Makefile.am

package info (click to toggle)
liblouisxml 2.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,480 kB
  • sloc: sh: 10,349; ansic: 9,994; makefile: 654; xml: 228; python: 43
file content (25 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# docdir is only needed if you have Autoconf older than 2.60
docdir = ${datadir}/doc/${PACKAGE}

doc_DATA = \
	copyright-notice \
	liblouisxml.html \
	liblouisxml.txt

EXTRA_DIST = \
	copyright-notice \
	liblouisxml.html \
	liblouisxml.txt

CLEANFILES = liblouisxml.html liblouisxml.txt

info_TEXINFOS = liblouisxml.texi

# generate one big html file
AM_MAKEINFOHTMLFLAGS = --no-headers --no-split

SUFFIXES                = .txt

.texi.txt:
	$(MAKEINFO) --plaintext $< -o $@