File: Makefile.am

package info (click to toggle)
faucc 20180503-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,452 kB
  • sloc: ansic: 38,797; yacc: 1,602; xml: 519; lex: 378; sh: 178; makefile: 125
file content (19 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $Id: Makefile.am,v 1.3 2009/02/09 12:26:16 vrsieh Exp $
#
# Copyright (C) 2009 FAUcc Team <info@faumachine.org>.
# This program is free software. You can redistribute it and/or modify it
# under the terms of the GNU General Public License, either version 2 of
# the License, or (at your option) any later version. See COPYING.

man_MANS = faucc.1

CLEANFILES = $(man_MANS)
EXTRA_DIST = $(man_MANS)

%.1: %.1.xml
	$(XMLTO) man $<

check-doc: faucc.1.xml
	xmllint --noout --valid faucc.1.xml

.PHONY: check-doc