mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
fix "make install"
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27056 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0790ad1b72
commit
d14e6bad25
@ -30,7 +30,7 @@ import os
|
||||
|
||||
import re
|
||||
|
||||
possible_documents = ("Intro", "Tutorial", "UserGuide", "EmbeddedObjects", "Extended", "Math", "Customization", "FAQ")
|
||||
possible_documents = ("Intro", "Tutorial", "UserGuide", "EmbeddedObjects", "Extended", "Math", "Customization")
|
||||
|
||||
def documents(srcdir, lang, dir_prefix = None):
|
||||
'''Return documents for specified language. Translated files are in lang
|
||||
|
Loading…
Reference in New Issue
Block a user