1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-11-22 19:20:41 +02:00

prod/doc/: make END macro generate the date and autor line; use current date

This commit is contained in:
Werner Almesberger 2011-05-27 13:14:32 -03:00
parent e4fc649d7e
commit 29ff186882
7 changed files with 11 additions and 27 deletions

View File

@ -14,7 +14,8 @@ DL=http://downloads.qi-hardware.com/people/werner/wpan/tmp
all: $(DOWNLOADED) $(GENERATED)
%.html: %.hmac style.inc hmac.pl
perl hmac.pl $*.hmac >$@ || { rm -f $@; exit 1; }
perl hmac.pl -DGEN_DATE=`date -u +'%Y-%m-%d'` $*.hmac >$@ || \
{ rm -f $@; exit 1; }
flow.png: flow.fig
fig2dev -L png -m 0.7 -S 4 $< $@ || { rm -f $@; exit 1; }

View File

@ -245,10 +245,6 @@ be good <B>atben</B> board on the same Ben at a comparable temperature.
<TR><TD>Other<TD>Divergence can be compensated by adjusting trim value
</TABLE>
<END>
<P>
<HR>
Last update: 2011-05-27&nbsp;&nbsp;<I>Werner Almesberger</I>
<HR>
<END author="Werner Almesberger" date="<GEN_DATE>">
</BODY>
</HTML>

View File

@ -88,10 +88,6 @@ the application with DFU. After this, you can proceed with the
If the board fails to enumerate, proceed with the
<A href="analysis.html">fault analysis</A>.
<END>
<P>
<HR>
Last update: 2011-05-27&nbsp;&nbsp;<I>Werner Almesberger</I>
<HR>
<END author="Werner Almesberger" date="<GEN_DATE>">
</BODY>
</HTML>

View File

@ -112,10 +112,6 @@ production and test process:
</UL>
<END>
<P>
<HR>
Last update: 2011-05-27&nbsp;&nbsp;<I>Werner Almesberger</I>
<HR>
<END author="Werner Almesberger" date="<GEN_DATE>">
</BODY>
</HTML>

View File

@ -269,10 +269,6 @@ Ben, and if a stable temperature is maintained.
@@@
<END>
<P>
<HR>
Last update: 2011-05-27&nbsp;&nbsp;<I>Werner Almesberger</I>
<HR>
<END author="Werner Almesberger" date="<GEN_DATE>">
</BODY>
</HTML>

View File

@ -95,7 +95,7 @@
</TABLE>
</MACRO>
<MACRO name="END">
<MACRO name="END" author date>
<P>
<TABLE width="99%" border=0 cellspacing=0 cellpadding=0>
<TR>
@ -105,4 +105,7 @@
<__PI_SEP>
<TD align="left" width="99%" bgcolor="#d080ff">
</TABLE>
<P>
Last update: <DATE>&nbsp;&nbsp;<I><AUTHOR></I>
<HR>
</MACRO>

View File

@ -200,10 +200,6 @@ Another possible cause could a problem with the SLP_TR signal. The
GPIO test should eventually catch this issue, but it may currently
remain undetected until the send test.
<END>
<P>
<HR>
Last update: 2011-05-27&nbsp;&nbsp;<I>Werner Almesberger</I>
<HR>
<END author="Werner Almesberger" date="<GEN_DATE>">
</BODY>
</HTML>