"check_gui" now produces a tentative guess-code for the definition of new variables for the PWgui

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@12807 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
kokalj 2016-08-19 15:35:27 +00:00
parent 9521638596
commit 37df5cfb02
1 changed files with 12 additions and 0 deletions

View File

@ -111,6 +111,18 @@ if { [file exists [file join $moduledir $module $module-help.tcl.bak]] } {
file rename -force [file join $moduledir $module $module-help.tcl.bak] [file join $moduledir $module $module-help.tcl]
}
if { [info exists ::helpdoc::moduleNewCode] } {
puts "
###
### Tentative new code for the missing DEF variables:
###
"
puts $::helpdoc::moduleNewCode
puts "### end-of-tentative-new-code
"
}
# ok, we are done; since we loaded Tk, we need an explicit exit !!!
exit 0