mirror of https://github.com/KLayout/klayout.git
Added an extra target for updating DRC/LVS doc
This commit is contained in:
parent
3b2efddd28
commit
2d17d87063
|
|
@ -122,3 +122,8 @@ equals(HAVE_RUBY, "1") {
|
|||
|
||||
buddies.depends += plugins lym $$LANG_DEPENDS
|
||||
unit_tests.depends += plugins lym $$MAIN_DEPENDS $$LANG_DEPENDS
|
||||
|
||||
# Adds an extra target for generating the doc: "update_doc"
|
||||
update_doc.commands = $$PWD/../scripts/make_drc_lvs_doc.sh
|
||||
update_doc.depends = klayout_main
|
||||
QMAKE_EXTRA_TARGETS += update_doc
|
||||
|
|
|
|||
Loading…
Reference in New Issue