mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
fix version.tex generation bug
SVN Revision: 1139
This commit is contained in:
parent
1a1f9d1488
commit
74d52708b0
@ -1,3 +1,7 @@
|
||||
2008-01-08 Christophe Romain <christophe.romain@process-one.net>
|
||||
|
||||
* doc/Makefile: fix version.tex generation bug
|
||||
|
||||
2008-01-01 Badlop <badlop@process-one.net>
|
||||
|
||||
* src/web/ejabberd_web_admin.erl: Uniformize the name of
|
||||
|
@ -19,7 +19,7 @@ release:
|
||||
@echo "Press any key to continue"
|
||||
@read foo
|
||||
@echo "% ejabberd version (automatically generated)." > version.tex
|
||||
@echo "\\\newcommand{\\\version}{"`cat ../src/ejabberd.hrl | grep VERSION | sed s/-define\(VERSION,\ \"//g | sed s/\"\).//g`"}" >> version.tex
|
||||
@echo "\newcommand{\version}{"`sed '/VERSION/!d;s/\(.*\)"\(.*\)"\(.*\)/\2/' ../src/ejabberd.hrl`"}" >> version.tex
|
||||
@echo -n "% Contributed modules (automatically generated)." > contributed_modules.tex
|
||||
@echo "$(CONTRIBUTED_MODULES)" >> contributed_modules.tex
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user