9f29712c9c
* Move share/qt5/doc/* in qtbase from -main to a separate subpackage, -global, which (as a bonus) "owns" share/doc/qt5/ directory; * Move FOO.index files from -html to a separate subpackage, -docindex, and make 'em depend on qtbase,-global; * Make DEP,-docindex automatically added as BDEP for each DEP in LDEP and BDEP mentioned for -main; * Make it clear that building -qch without -html is impossible; While there, fixed a few minor issues. This make at least qtenginio,-html build correctly, which failed before due to missing .index files during qdoc run. Initial report from kili@.
18 lines
317 B
Makefile
18 lines
317 B
Makefile
# $OpenBSD: Makefile,v 1.2 2016/12/28 01:41:23 zhuk Exp $
|
|
|
|
QT5NAME = QtDoc
|
|
COMMENT-main = Qt5 tools
|
|
REVISION-qch = 0
|
|
REVISION-html = 0
|
|
|
|
MULTI_PACKAGES = -qch -html -docindex
|
|
SUBPACKAGE ?= -qch
|
|
|
|
ALL_TARGET = docs
|
|
FAKE_TARGET = install_docs
|
|
|
|
MODQT5_USE_GCC4_MODULE = No
|
|
NO_CCACHE = Yes
|
|
|
|
.include <bsd.port.mk>
|