summaryrefslogtreecommitdiffstats
path: root/doc/module.rules
diff options
context:
space:
mode:
Diffstat (limited to 'doc/module.rules')
-rw-r--r--doc/module.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/module.rules b/doc/module.rules
index 54fec6dc7..cc451241f 100644
--- a/doc/module.rules
+++ b/doc/module.rules
@@ -67,6 +67,6 @@ wiki.add:
wiki.propset:
find $(WIKI.out.version/) -type f -a -name "*.wiki" -print0 \
- | xargs -0 svn propset svn:eol-style native
+ | xargs -0 svn propset svn:eol-style LF
find $(WIKI.out.version/) -type f -a -name "*.wiki" -print0 \
- | xargs -0 svn propset svn:mime-type "text/html"
+ | xargs -0 svn propset svn:mime-type "text/x-trac-wiki"