aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile6
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