mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 13:54:59 +02:00
prod/doc/: make END macro generate the date and autor line; use current date
This commit is contained in:
parent
e4fc649d7e
commit
29ff186882
@ -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; }
|
||||
|
@ -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 <I>Werner Almesberger</I>
|
||||
<HR>
|
||||
<END author="Werner Almesberger" date="<GEN_DATE>">
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
@ -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 <I>Werner Almesberger</I>
|
||||
<HR>
|
||||
<END author="Werner Almesberger" date="<GEN_DATE>">
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
@ -112,10 +112,6 @@ production and test process:
|
||||
</UL>
|
||||
|
||||
|
||||
<END>
|
||||
<P>
|
||||
<HR>
|
||||
Last update: 2011-05-27 <I>Werner Almesberger</I>
|
||||
<HR>
|
||||
<END author="Werner Almesberger" date="<GEN_DATE>">
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
@ -269,10 +269,6 @@ Ben, and if a stable temperature is maintained.
|
||||
@@@
|
||||
|
||||
|
||||
<END>
|
||||
<P>
|
||||
<HR>
|
||||
Last update: 2011-05-27 <I>Werner Almesberger</I>
|
||||
<HR>
|
||||
<END author="Werner Almesberger" date="<GEN_DATE>">
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
@ -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> <I><AUTHOR></I>
|
||||
<HR>
|
||||
</MACRO>
|
||||
|
@ -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 <I>Werner Almesberger</I>
|
||||
<HR>
|
||||
<END author="Werner Almesberger" date="<GEN_DATE>">
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
Loading…
Reference in New Issue
Block a user