From 3ba796c5fb5a3ec0ee23084bab5d9c73c86748e2 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Sun, 2 Oct 2005 11:47:48 +0000 Subject: [PATCH] Fix tokencfg.txt and tokentpl.txt genegation --- docs/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index 314e7c9..dc6bfd6 100755 --- a/docs/Makefile +++ b/docs/Makefile @@ -25,13 +25,15 @@ clean: -rm $(HTMLS) $(TXTS) tokentpl.txt: ../golded3/gemsgs.cpp - echo '* Golded+ template file and externutil comand line tokens list.' > $@ - echo '* $$Id$$' >> $@ + echo '* Golded+ macroses list.' > $@ + echo '* These macroses may be used in:' > $@ + echo '* template file, externutil command line, tearline and tagline.' > $@ + echo '* \$$Id$$' >> $@ echo '==========================================================================' >> $@ grep tokenxchg $< | sed -e '/^static bool tokenxchg/d' -e 's/^.*"\(@\w*\)".*$$/\1/' | sort -u >> $@ tokencfg.txt: ../golded3/gccfgg.h @echo '* Golded+ config file tokens list.' > $@ - @echo '* $$Id$$' >> $@ + @echo '* \$$Id$$' >> $@ @echo '==========================================================================' >> $@ grep CRC_ $< | sed -e '/CRC_LAST_CRC/d' -e 's/^.* CRC_\(\w*\).*$$/\1/' | sort -u >> $@