add initial support for the crisarchitecture used on foxboards to openwrt
[openwrt/staging/lynxis/omap.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