diff options
| author | mitchell <unknown> | 2020-05-09 16:59:30 -0400 |
|---|---|---|
| committer | mitchell <unknown> | 2020-05-09 16:59:30 -0400 |
| commit | 828770f0d1ed635d4ab43ad6d0cf0ae36f339cb0 (patch) | |
| tree | b6996eba4adf8a33038f341d541e5ec19146d90e /check.mak | |
| parent | 49201487ef7048cf82b2421ef7954fc6a899f42b (diff) | |
| download | scintilla-mirror-828770f0d1ed635d4ab43ad6d0cf0ae36f339cb0.tar.gz | |
Updated generation scripts for LongTerm3 use.
Diffstat (limited to 'check.mak')
| -rw-r--r-- | check.mak | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -211,7 +211,14 @@ test: | /tmp/scintilla make -C $|/test/unit CXX=$(LINUX_CXX) clean test cd $|/test && lua5.1 test_lexlua.lua -releasedir = /tmp/scintilla$(shell grep -o '[0-9]\+' version.txt) +version = $(shell grep -o '[0-9]\+' version.txt) +date = $(shell date +'%Y%m%d') +gen: + @echo "Using version $(version) with date $(date)" + sed -i -e 's/content="[0-9]\+"/content="$(date)"/;' doc/index.html + cd scripts && python LexGen.py + +releasedir = /tmp/scintilla$(version) $(releasedir): ; hg archive $@ zip: $(releasedir) cd /tmp && tar czf $<.tgz $(notdir $<) |
