mirror of https://github.com/KLayout/klayout.git
Using batch mode for doc generation.
This commit is contained in:
parent
8ebf4a0f79
commit
4c23e5f42e
|
|
@ -47,7 +47,7 @@ for qt in 5 4; do
|
||||||
export KLAYOUT_HOME=.
|
export KLAYOUT_HOME=.
|
||||||
|
|
||||||
rm -f ./help-index.xml
|
rm -f ./help-index.xml
|
||||||
./klayout -rx -z -rd "target_doc=$target_doc" -rd "qt=$qt" -r $inst_dir/extract_user_doc.rb
|
./klayout -rx -b -rd "target_doc=$target_doc" -rd "qt=$qt" -r $inst_dir/extract_user_doc.rb
|
||||||
|
|
||||||
mv ./help-index.xml $target_doc/help-index.data
|
mv ./help-index.xml $target_doc/help-index.data
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue