File: Makefile

package info (click to toggle)
torrus 2.08-1%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 4,504 kB
  • ctags: 876
  • sloc: perl: 33,418; xml: 20,146; sh: 3,655; makefile: 700
file content (12 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
htmldocs = $(patsubst %.pod, %.html, $(notdir $(wildcard ../../../doc/devdoc/*.pod)))

all: $(htmldocs)

clean:
	rm -f *~ *.tmp
	rm -f $(htmldocs)

%.html : ../../../doc/devdoc/%.pod
	pod2html --infile=$< --outfile=$@ \
		--htmlroot='file:///usr/share/doc/torrus-common' \
		--podroot='../../../doc/devdoc' --noindex -norecurse