updates
[torrus-plus.git] / plugins / cbqos / Makefile.am
blob115bacb9033cdc2ea778f19a5c648d8922010676
2 #  Copyright (C) 2002  Stanislav Sinyagin
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.
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.
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., 675 Mass Ave, Cambridge, MA 02139, USA.
18 # Stanislav Sinyagin <ssinyagin@yahoo.com>
21 # Torrus plugin Automake script
24 #####   Perl modules  #####
25 myperlmoddiscdir = $(perllibdir)/Torrus/DevDiscover
26 dist_myperlmoddisc_DATA = DevDiscover/CiscoIOS_cbQoS.pm
28 myperlmodcoldir = $(perllibdir)/Torrus/Collector
29 dist_myperlmodcol_DATA = \
30         Collector/Cisco_cbQoS.pm \
31         Collector/Cisco_cbQoS_Params.pm
34 #####   Perl configuration files  #####
35 torruscfgdir = $(plugtorruscfgdir)
36 dist_torruscfg_DATA = cisco-cbqos-torruscfg.pl
37 devdisccfgdir = $(plugdevdisccfgdir)
38 dist_devdisccfg_DATA = cisco-cbqos-ddcfg.pl
42 #####   XML configuration   #####
43 myxmldir = $(distxmldir)/vendor
44 dist_myxml_DATA = cisco.ios.cbqos.xml
47 #####   Documentation files   #####
48 pkgdocdir  = @pkgdocdir@
49 dist_pkgdoc_DATA = tp-cisco-cbqos.txt tp-cisco-cbqos.pod
50 SUFFIXES = .pod .txt
51 .pod.txt:
52         pod2text $< $@
55 htdocs:
56         for f in *.pod; do \
57           pod2html -css=../torrusdoc.css $$f > ../../htdocs/plugins/$$f.html; \
58         done
60 UPLOADPATH = \
61    ssinyagin,torrus@web.sourceforge.net:/home/groups/t/to/torrus/htdocs/devel
63 upload: dist
64         scp $(distdir).tar.gz $(UPLOADPATH)