On Sat, Jan 26, 2013 at 3:56 AM, Scott Kostyshak <skost...@lyx.org> wrote: > On Sat, Jan 26, 2013 at 3:48 AM, Kornel Benko <kor...@lyx.org> wrote: >> Am Freitag, 25. Januar 2013 um 23:46:23, schrieb Scott Kostyshak >> <skost...@lyx.org> >> >>> The CMake TODO.txt says it's done, but I don't think it's implemented. >> >> >> >> It is. "development/cmake/doc/CMakeLists.txt:50" >> >> >> >> In build-dir type "make help", there you should see the target >> > > I don't see it: > > scott@ultraLap:~/lyxbuilds/master/CmakeBuild$ make help > The following are some of the valid targets for this Makefile: > ... all (the default if no target is provided) > ... clean > ... depend > ... edit_cache > ... install > ... install/local > ... install/strip > ... list_install_components > ... lyx_run_tests > ... lyx_version > ... rebuild_cache > ... test > ... layouttranslations1 > ... translations > ... update-po > ... boost_regex > ... boost_signals > ... lyx2.1 > ... frontends > ... frontend_qt4 > ... graphics > ... insets > ... mathed > ... support > ... check_convert > ... check_filetools > ... check_lstrings > ... tex2lyx2.1 > ... lyxclient2.1 > ... doxydoc > ... xvkbd > scott@ultraLap:~/lyxbuilds/master/CmakeBuild$ make lfundoc > make: *** No rule to make target `lfundoc'. Stop. > scott@ultraLap:~/lyxbuilds/master/CmakeBuild$ > > Does 'make lfundoc' from your build directory work for you? > > Thanks, > > Scott
Using your build flags (from the other email), I now have it: scott@ultraLap:~/lyxbuilds/master/CmakeBuild$ make help The following are some of the valid targets for this Makefile: ... all (the default if no target is provided) ... clean ... depend ... edit_cache ... git-archive ... install ... install/local ... install/strip ... list_install_components ... lyx_run_tests ... lyx_version ... package ... package_source ... rebuild_cache ... test ... layouttranslations1 ... translations ... update-po ... intl ... boost_regex ... boost_signals ... lyx2.1 ... frontends ... frontend_qt4 ... graphics ... insets ... mathed ... support ... check_convert ... check_filetools ... check_lstrings ... tex2lyx2.1 ... lyxclient2.1 ... man ... doc ... lfundoc ... doxydoc ... xvkbd Thanks, Scott