df6076b8e2fc1f635b51a3ef604f21647d40d945
[openwrt.git] / target / linux / etrax-2.6 / image / e100boot / src / doc / Makefile
1 OBJS=e100boot.1 e100boot.html
2
3 all: $(OBJS)
4
5 %.1: %.pod
6 pod2man $< > $@
7
8 %.html: %.pod
9 pod2html $< > $@
10 @rm -f pod2htmd.x~~ pod2htmi.x~~
11
12 clean:
13 rm -f *cache *~
14
15 # The 'clean' doesn't remove the generated documentation as we want
16 # them in the distribution.
17
This page took 0.039671 seconds and 3 git commands to generate.