diff options
author | Badlop <badlop@process-one.net> | 2008-01-25 11:54:17 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2008-01-25 11:54:17 +0000 |
commit | 374e7ca38b522f8d0c918517de95739808adc0eb (patch) | |
tree | fb8d380c30938ff64bae47f20b7fae18be4fb818 /doc/Makefile | |
parent | pubsub dirty_sync typo fix on node configuration transaction (diff) |
* src/msgs/eo.msg: New Esperanto translation (thanks to Andreas
van Cranenburgh)
* src/msgs/no.msg: New Norwegian translation (thanks to Stian
B. Barmen)
* doc/Makefile: Fixed small problem with contributed_modules.tex
SVN Revision: 1161
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile b/doc/Makefile index 439a616dd..311c69528 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -4,10 +4,10 @@ SHELL = /bin/bash CONTRIBUTED_MODULES = "" ifeq ($(shell ls mod_http_bind.tex),mod_http_bind.tex) - CONTRIBUTED_MODULES += "\\r\\n\\setboolean{modhttpbind}{true}" + CONTRIBUTED_MODULES += "\\n\\setboolean{modhttpbind}{true}" endif ifeq ($(shell ls mod_http_fileserver.tex),mod_http_fileserver.tex) - CONTRIBUTED_MODULES += "\\r\\n\\setboolean{modhttpfileserver}{true}" + CONTRIBUTED_MODULES += "\\n\\setboolean{modhttpfileserver}{true}" endif @@ -23,7 +23,7 @@ release: @echo "% ejabberd version (automatically generated)." > 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 + @echo -e "$(CONTRIBUTED_MODULES)" >> contributed_modules.tex html: guide.html dev.html features.html |