File: Makefile.am

package info (click to toggle)
libuser 1%3A0.56.9.dfsg.1-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,604 kB
  • ctags: 1,619
  • sloc: ansic: 15,970; sh: 10,210; xml: 2,060; python: 1,740; yacc: 782; makefile: 258; sed: 16
file content (21 lines) | stat: -rw-r--r-- 650 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
20
21
SUBDIRS = reference

man_MANS = libuser.conf.5

CLEANFILES = $(man_MANS) sgml/libuser.html sgml/libuser-1.html \
	sgml/libuser-2.html sgml/libuser.txt
EXTRA_DIST = attributes.txt libuser.conf.5.in rfc2307.txt sgml/libuser.sgml

all: sgml/libuser.txt sgml/libuser.html

libuser.conf.5: $(srcdir)/libuser.conf.5.in Makefile
	sed 's,@sysconfdir\@,$(sysconfdir),g' \
		< $(srcdir)/libuser.conf.5.in > $@

sgml/libuser.txt: $(srcdir)/sgml/libuser.sgml
	[ -d sgml ] || mkdir sgml
	cd sgml; sgml2txt ../$(srcdir)/sgml/libuser.sgml

sgml/libuser.html: $(srcdir)/sgml/libuser.sgml
	[ -d sgml ] || mkdir sgml
	cd sgml; sgml2html ../$(srcdir)/sgml/libuser.sgml