]> git.lyx.org Git - features.git/commit
Fix TOC generation for build dir != src dir
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 18 Mar 2007 10:44:26 +0000 (10:44 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 18 Mar 2007 10:44:26 +0000 (10:44 +0000)
commitf550496cee2354d93e57993e3fff5f926a7d51d8
treebfcadee6bbb4e139498773a44bae0d0558b2ffd9
parent673da6c01c86e68bebfc29e25c44667571458b72
Fix TOC generation for build dir != src dir
* lib/doc/depend.py
(documents): Add dir_prefix argument
(all_documents): Ditto
(main): Create document list with empty prefix, since the prefix will
be addded by a Makefile variable
(main): Don't use isdir to detect english language, since that does
not work for build dir != src dir

* lib/doc/doc_toc.py
(main): Don't use isdir to detect english language, since that does
not work for build dir != src dir, rather create the dir if it does
not exists.

* lib/doc/Makefile.depend: Regenerated

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17469 a592a061-630c-0410-9148-cb99ea01b6c8
lib/doc/Makefile.depend
lib/doc/depend.py
lib/doc/doc_toc.py