1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-11-23 00:55:55 +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) all: $(DOWNLOADED) $(GENERATED)
%.html: %.hmac style.inc hmac.pl %.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 flow.png: flow.fig
fig2dev -L png -m 0.7 -S 4 $< $@ || { rm -f $@; exit 1; } 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 <TR><TD>Other<TD>Divergence can be compensated by adjusting trim value
</TABLE> </TABLE>
<END> <END author="Werner Almesberger" date="<GEN_DATE>">
<P>
<HR>
Last update: 2011-05-27&nbsp;&nbsp;<I>Werner Almesberger</I>
<HR>
</BODY> </BODY>
</HTML> </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 If the board fails to enumerate, proceed with the
<A href="analysis.html">fault analysis</A>. <A href="analysis.html">fault analysis</A>.
<END> <END author="Werner Almesberger" date="<GEN_DATE>">
<P>
<HR>
Last update: 2011-05-27&nbsp;&nbsp;<I>Werner Almesberger</I>
<HR>
</BODY> </BODY>
</HTML> </HTML>

View File

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

View File

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

View File

@ -95,7 +95,7 @@
</TABLE> </TABLE>
</MACRO> </MACRO>
<MACRO name="END"> <MACRO name="END" author date>
<P> <P>
<TABLE width="99%" border=0 cellspacing=0 cellpadding=0> <TABLE width="99%" border=0 cellspacing=0 cellpadding=0>
<TR> <TR>
@ -105,4 +105,7 @@
<__PI_SEP> <__PI_SEP>
<TD align="left" width="99%" bgcolor="#d080ff"> <TD align="left" width="99%" bgcolor="#d080ff">
</TABLE> </TABLE>
<P>
Last update: <DATE>&nbsp;&nbsp;<I><AUTHOR></I>
<HR>
</MACRO> </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 GPIO test should eventually catch this issue, but it may currently
remain undetected until the send test. remain undetected until the send test.
<END> <END author="Werner Almesberger" date="<GEN_DATE>">
<P>
<HR>
Last update: 2011-05-27&nbsp;&nbsp;<I>Werner Almesberger</I>
<HR>
</BODY> </BODY>
</HTML> </HTML>