summaryrefslogtreecommitdiffstats
path: root/man/Makefile.am
blob: 828fa06aa0c0ee66d596f642b443c00fd67852ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Process this file with automake to produce Makefile.in
## A Makefile.in is supplied, in case you do not have automake.

AUTOMAKE_OPTIONS=foreign no-dependencies

@SET_MAKE@

man_gen_MANS = env.5 lg.conf.5 lg_intro.1
man_nogen_MANS = do-diffs.1 clogin.1 control_rancid.1 create_cvs.1 rancid.1 \
		rancid_intro.1 cloginrc.5 router.db.5 \
		elogin.1 flogin.1 jlogin.1 \
		jrancid.1 francid.1 cat5rancid.1 erancid.1

man_MANS = $(man_gen_MANS) $(man_nogen_MANS)

EXTRA_DIST = $(man_nogen_MANS)

CLEANFILES = Makefile env.5 lg.conf.5 lg_intro.1