From 0d2c8b8cbe2df9766e5cb9bc1036410414fa8884 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Sun, 2 Oct 2005 11:48:28 +0000 Subject: [PATCH] Fix tokencfg.txt and tokentpl.txt genegation --- docs/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index dc6bfd6..5e70613 100755 --- a/docs/Makefile +++ b/docs/Makefile @@ -28,12 +28,10 @@ tokentpl.txt: ../golded3/gemsgs.cpp 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 '==========================================================================' >> $@ grep CRC_ $< | sed -e '/CRC_LAST_CRC/d' -e 's/^.* CRC_\(\w*\).*$$/\1/' | sort -u >> $@