[Libreoffice-commits] .: solenv/bin
Miklos Vajna
vmiklos at kemper.freedesktop.org
Sat Oct 15 03:30:20 PDT 2011
solenv/bin/mkdocs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 761b7e39ebbcd8398c2f67fcead5199285b1cbdc
Author: Miklos Vajna <vmiklos at frugalware.org>
Date: Sat Oct 15 12:29:47 2011 +0200
mkdocs: sort module list
diff --git a/solenv/bin/mkdocs.sh b/solenv/bin/mkdocs.sh
index 1e358e6..5cc3d42 100755
--- a/solenv/bin/mkdocs.sh
+++ b/solenv/bin/mkdocs.sh
@@ -64,7 +64,7 @@ umask 022
# generate docs
DOXYGEN_REF_TAGFILES=""
-for PROJECT in $INPUT_PROJECTS;
+for PROJECT in `echo $INPUT_PROJECTS|tr ' ' '\n'|sort|tr '\n' ' '`;
do
# avoid processing of full project subdirs, only add source and inc
DOXYGEN_INPUT=`printf "%s" "$PROJECT/source $PROJECT/inc "`
More information about the Libreoffice-commits
mailing list