This commit was generated by cvs2svn to compensate for changes in r10640,
[freeside.git] / torrus / doc / Makefile.am
1
2 #  Copyright (C) 2002  Stanislav Sinyagin
3 #
4 #  This program is free software; you can redistribute it and/or modify
5 #  it under the terms of the GNU General Public License as published by
6 #  the Free Software Foundation; either version 2 of the License, or
7 #  (at your option) any later version.
8 #
9 #  This program is distributed in the hope that it will be useful,
10 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
11 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 #  GNU General Public License for more details.
13 #
14 #  You should have received a copy of the GNU General Public License
15 #  along with this program; if not, write to the Free Software
16 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
17
18 # $Id: Makefile.am,v 1.1 2010-12-27 00:04:32 ivan Exp $
19 # Stanislav Sinyagin <ssinyagin@yahoo.com>
20 #
21
22 SUBDIRS = . manpages
23
24 SUBST = @abs_top_builddir@/setup_tools/substvars.sh
25
26 CLEANFILES = $(POD_FILES) $(nodist_pkgdoc_DATA)
27 EXTRA_DIST = $(SRCPOD)
28
29 SRCPOD = \
30                 install.pod.in \
31                 nodeid_usage.pod.in \
32                 reporting_setup.pod.in \
33                 rpnexpr.pod.in \
34                 rrfw_torrus_migration.pod.in \
35                 scalability.pod.in \
36                 snmpdiscovery.pod.in \
37                 stylingprofile.pod.in \
38                 userguide.pod.in \
39                 vendorsupport.pod.in \
40                 webintf.pod.in \
41                 xmlconfig.pod.in
42
43 POD_FILES = \
44                 install.pod \
45                 nodeid_usage.pod \
46                 reporting_setup.pod \
47                 rpnexpr.pod \
48                 rrfw_torrus_migration.pod \
49                 scalability.pod \
50                 snmpdiscovery.pod \
51                 stylingprofile.pod \
52                 userguide.pod \
53                 vendorsupport.pod \
54                 webintf.pod \
55                 xmlconfig.pod
56
57
58 pkgdocdir  = @pkgdocdir@
59
60 if POD2TEXT_PRESENT
61 nodist_pkgdoc_DATA = \
62                 install.txt \
63                 nodeid_usage.txt \
64                 reporting_setup.txt \
65                 rpnexpr.txt \
66                 rrfw_torrus_migration.txt \
67                 scalability.txt \
68                 snmpdiscovery.txt \
69                 stylingprofile.txt \
70                 userguide.txt \
71                 vendorsupport.txt \
72                 webintf.txt \
73                 xmlconfig.txt
74 endif
75
76 devdocdir  = $(pkgdocdir)/devdoc
77
78 dist_devdoc_DATA = \
79                 devdoc/architecture.pod \
80                 devdoc/devdiscover.pod \
81                 devdoc/progstyle.pod \
82                 devdoc/reqs.0.0.pod \
83                 devdoc/reqs.0.1.pod \
84                 devdoc/torrus_roadmap.pod \
85                 devdoc/wd.distributed.pod \
86                 devdoc/wd.messaging.pod \
87                 devdoc/wd.monitor-escalation.pod \
88                 devdoc/wd.uptime-mon.pod
89
90 SUFFIXES = .pod.in .pod .txt
91
92 .PRECIOUS: $(POD_FILES)
93
94 .pod.in.pod:
95         $(SUBST) $<  > $@
96
97 if POD2TEXT_PRESENT
98 .pod.txt:
99         $(POD2TEXT) $< > $@ 
100 endif
101
102 htdocs: $(POD_FILES)
103         cd manpages; make pods
104         HTMLDIR=@abs_top_builddir@/../htdocs $(SHELL) mkhtdocs.sh
105