1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2025-04-21 12:27:27 +03:00

prod/doc/: converted analysis.html to analysis.hmac; language cleanup

This commit is contained in:
Werner Almesberger
2011-05-27 06:45:06 -03:00
parent 2f6c22dbba
commit 9ab082432b
2 changed files with 30 additions and 18 deletions

View File

@@ -11,8 +11,8 @@ DL=http://downloads.qi-hardware.com/people/werner/wpan/tmp
all: $(HTMLS) $(PNGS) $(JPGS)
index.html: index.hmac style.inc hmac.pl
perl hmac.pl index.hmac >$@ || { rm -f $@; exit 1; }
%.html: %.hmac style.inc hmac.pl
perl hmac.pl $*.hmac >$@ || { rm -f $@; exit 1; }
flow.png: flow.fig
fig2dev -L png -m 0.7 -S 4 $< $@ || { rm -f $@; exit 1; }