File: Makefile.am

package info (click to toggle)
guessnet 0.55
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,060 kB
  • sloc: cpp: 5,344; sh: 1,402; makefile: 162; perl: 118
file content (22 lines) | stat: -rw-r--r-- 615 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
22
## Process this file with automake to produce Makefile.in

SUBDIRS = src scripts tests

man_MANS = guessnet.8 guessnet-scan.8

nodist_man_MANS = guessnet-ifupdown.8 

guessnet-ifupdown.8: guessnet.8
	ln -s guessnet.8 guessnet-ifupdown.8

FAQ.html: FAQ
	rst2html --no-doc-title --stylesheet=main.css $< > $@

web: FAQ.html
	scp $^ "alioth.debian.org:/org/alioth.debian.org/chroot/home/groups/guessnet/htdocs/"

clean-local:
	-rm -f guessnet-ifupdown.8 FAQ.html

EXTRA_DIST=$(man_MANS) autogen.sh testnets FAQ doc/Saner-Defaults-HOWTO \
	   examples/README examples/getmac examples/interfaces examples/laptop-netconf