[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
trueprint 5.4-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,332 kB
  • sloc: sh: 12,296; ansic: 8,479; makefile: 115
file content (16 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Makefile.am -- Process this file with automake to produce Makefile.in

man_MANS		= trueprint.1

MAINTAINERCLEANFILES	= Makefile.in
info_TEXINFOS		= trueprint.texi

# We can make a trueprint.html, but this isn't done as part of a
# normal distribution

SUFFIXES		= .html

html_docs		= trueprint.html

.texi.html:
	$(MAKEINFO) --html $<