2299 |
# lyx |
# lyx |
2300 |
|
|
2301 |
if with_doc_build: |
if with_doc_build: |
2302 |
if conf.CheckLyx() is False: |
if not conf.CheckLyx(): |
2303 |
with_doc_build = False |
with_doc_build = False |
2304 |
without_doc_build_reason="unable to locate lyx" |
without_doc_build_reason="unable to locate LyX" |
2305 |
|
|
2306 |
with_latext2html = conf.CheckLatex2HTML() |
with_latex2html = conf.CheckLatex2HTML() |
2307 |
|
|
2308 |
if conf.CheckLModern() is False: |
if conf.CheckLModern() is False: |
2309 |
with_doc_build = False |
with_doc_build = False |
2680 |
#------------------------------------------------------ |
#------------------------------------------------------ |
2681 |
# DOCUMENTATION |
# DOCUMENTATION |
2682 |
|
|
2683 |
|
#print "WITH_DOC_BUILD = ",with_doc_build |
2684 |
|
|
2685 |
if not with_doc_build: |
if not with_doc_build: |
2686 |
print "Skipping... Documentation isn't being built:",without_doc_build_reason |
print "Skipping... Documentation isn't being built:",without_doc_build_reason |