diff options
Diffstat (limited to 'chinese/fcitx')
-rw-r--r-- | chinese/fcitx/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile index eb08e57b9b04..1acc6905af7e 100644 --- a/chinese/fcitx/Makefile +++ b/chinese/fcitx/Makefile @@ -93,9 +93,7 @@ EXTRA_PATCHES+= ${FILESDIR}/tpunc-data_punc.mb.zh_CN CMAKE_ARGS+= -DENABLE_DEBUG=ON .endif -.if defined(NOPORTDOCS) -EXTRA_PATCHES+= ${FILESDIR}/nodocs-doc_CMakeLists.txt -.endif +DOCS_EXTRA_PATCHES= ${FILESDIR}/nodocs-doc_CMakeLists.txt .if defined(NOPORTDATA) IGNORE= code tables are required, undefine NOPORTDATA |