Date:2011-05-27 18:14:32 (12 years 10 months ago)
Author:Werner Almesberger
Commit:29ff186882c0bb78138bfb32e30b686bec44824e
Message:prod/doc/: make END macro generate the date and autor line; use current date

Files: prod/doc/Makefile (1 diff)
prod/doc/analysis.hmac (1 diff)
prod/doc/flash.hmac (1 diff)
prod/doc/index.hmac (1 diff)
prod/doc/setup.hmac (1 diff)
prod/doc/style.inc (2 diffs)
prod/doc/test.hmac (1 diff)

Change Details

prod/doc/Makefile
1414all: $(DOWNLOADED) $(GENERATED)
1515
1616%.html: %.hmac style.inc hmac.pl
17        perl hmac.pl $*.hmac >$@ || { rm -f $@; exit 1; }
17        perl hmac.pl -DGEN_DATE=`date -u +'%Y-%m-%d'` $*.hmac >$@ || \
18            { rm -f $@; exit 1; }
1819
1920flow.png: flow.fig
2021        fig2dev -L png -m 0.7 -S 4 $< $@ || { rm -f $@; exit 1; }
prod/doc/analysis.hmac
245245<TR><TD>Other<TD>Divergence can be compensated by adjusting trim value
246246</TABLE>
247247
248<END>
249<P>
250<HR>
251Last update: 2011-05-27&nbsp;&nbsp;<I>Werner Almesberger</I>
252<HR>
248<END author="Werner Almesberger" date="<GEN_DATE>">
253249</BODY>
254250</HTML>
prod/doc/flash.hmac
8888If the board fails to enumerate, proceed with the
8989<A href="analysis.html">fault analysis</A>.
9090
91<END>
92<P>
93<HR>
94Last update: 2011-05-27&nbsp;&nbsp;<I>Werner Almesberger</I>
95<HR>
91<END author="Werner Almesberger" date="<GEN_DATE>">
9692</BODY>
9793</HTML>
prod/doc/index.hmac
112112</UL>
113113
114114
115<END>
116<P>
117<HR>
118Last update: 2011-05-27&nbsp;&nbsp;<I>Werner Almesberger</I>
119<HR>
115<END author="Werner Almesberger" date="<GEN_DATE>">
120116</BODY>
121117</HTML>
prod/doc/setup.hmac
269269@@@
270270
271271
272<END>
273<P>
274<HR>
275Last update: 2011-05-27&nbsp;&nbsp;<I>Werner Almesberger</I>
276<HR>
272<END author="Werner Almesberger" date="<GEN_DATE>">
277273</BODY>
278274</HTML>
prod/doc/style.inc
9595  </TABLE>
9696</MACRO>
9797
98<MACRO name="END">
98<MACRO name="END" author date>
9999  <P>
100100  <TABLE width="99%" border=0 cellspacing=0 cellpadding=0>
101101    <TR>
...... 
105105      <__PI_SEP>
106106      <TD align="left" width="99%" bgcolor="#d080ff">
107107  </TABLE>
108  <P>
109  Last update: <DATE>&nbsp;&nbsp;<I><AUTHOR></I>
110  <HR>
108111</MACRO>
prod/doc/test.hmac
200200GPIO test should eventually catch this issue, but it may currently
201201remain undetected until the send test.
202202
203<END>
204<P>
205<HR>
206Last update: 2011-05-27&nbsp;&nbsp;<I>Werner Almesberger</I>
207<HR>
203<END author="Werner Almesberger" date="<GEN_DATE>">
208204</BODY>
209205</HTML>

Archive Download the corresponding diff file



interactive