freebsd-ports/chinese/fcitx/files/nodocs-doc_CMakeLists.txt
Cheng-Lung Sung beaf13fa4e - Update to 4.1.2
- Fcitx's development has been totally moved to http://code.google.com/p/fcitx/
  , and the new 4.1.x version is moved to CMake.
- pass maintainership

PR:		ports/162423
Submitted by:	Zhihao Yuan <lichray_AT_gmail.com> (new maintainer)
Approved by:	maintainer (Denise H. G.)
Feature safe:	yes
2011-11-11 05:18:26 +00:00

13 lines
373 B
Text

--- doc/CMakeLists.txt~ 2011-10-02 05:43:11.000000000 -0500
+++ doc/CMakeLists.txt 2011-11-09 05:47:39.686199652 -0600
@@ -1,9 +1,7 @@
add_subdirectory(man)
-add_subdirectory(examples)
set(FCITX_DOC_FILES
cjkvinput.txt wb_fh.htm pinyin.txt
Develop_Readme API.txt
)
-install(FILES ${FCITX_DOC_FILES} DESTINATION share/doc/${package} )
\ No newline at end of file