Added an extra target for updating DRC/LVS doc

This commit is contained in:
Matthias Koefferlein 2022-09-11 11:34:56 +02:00
parent 3b2efddd28
commit 2d17d87063
1 changed files with 5 additions and 0 deletions

View File

@ -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