Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake: use GNUInstallDirs module for man pages directory | Rolf Eike Beer | 2017-10-20 | 1 | -1/+2 |
| | |||||
* | CMake: avoid if() around the whole contents of documentation CMakeLists.txt | Rolf Eike Beer | 2017-10-20 | 1 | -4/+0 |
| | |||||
* | CMake: let file(MAKE_DIRECTORY) create all directories at once | Rolf Eike Beer | 2017-10-20 | 1 | -3/+3 |
| | |||||
* | CMake: remove needless variable expansions | Rolf Eike Beer | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | Minor build fixes | Dimitri van Heesch | 2016-05-09 | 1 | -2/+2 |
| | |||||
* | Cmake tries to remove directory refman.tex instead of file refman.tex | albert-github | 2015-08-30 | 1 | -1/+1 |
| | |||||
* | Added documentation for creating tables | Dimitri van Heesch | 2015-08-26 | 1 | -0/+1 |
| | |||||
* | docs: add examples as a dependency of docs | Adrian Negreanu | 2015-08-02 | 1 | -9/+4 |
| | |||||
* | Merge pull request #361 from groleo/man-path | Dimitri van Heesch | 2015-07-26 | 1 | -1/+1 |
|\ | | | | | doc: put man pages under share/man/man1 | ||||
| * | doc: put man pages under share/man/man1 | Adrian Negreanu | 2015-07-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | I found this on the Linux From Scratch page: sed -i 's:man/man1:share/&:' ../doc/CMakeLists.txt With this, the man pages are installed under ${PREFIX}/share/man/man1 http://www.linuxfromscratch.org/blfs/view/svn/general/doxygen.html | ||||
* | | doc: generate Doxygen's documentation. | Adrian Negreanu | 2015-07-18 | 1 | -69/+153 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * use configure_files to avoid different $ semantics when COMMAND lines are expanded in build files. ($$var vs. \$var) * nmake/gmake no longer needed by cmake, when building doc. * explicitly copy doc files into build directory to make it clear what files each build stage uses. Documentation can be built with: mkdir build/ && cd $_ cmake -Dbuild_doc=1 .. # add -G"NMake Makefiles" for nmake make docs # this builds doxygen first v3: replace file(COPY) with proper generated file tagging. v2: Remove option to build documentation independently from doxygen. tested on linux(gmake) and windows(nmake) [thanks albert] | ||||
* | | Disable creating docs on Travis CI as the tabu package is missing on Ubuntu ↵ | Dimitri van Heesch | 2015-07-14 | 1 | -1/+2 |
| | | | | | | | | 12.04 | ||||
* | | Redirect LaTeX output again to prevent filling the Travis CI log | Dimitri van Heesch | 2015-07-14 | 1 | -2/+1 |
| | | |||||
* | | Using tabu package for LaTeX tables | Dimitri van Heesch | 2015-07-12 | 1 | -2/+3 |
|/ | |||||
* | Various minor changes | Dimitri van Heesch | 2015-06-20 | 1 | -3/+9 |
| | | | | | | - made copying doc and example files a target - fixed bug using temparary in the wizard. - Added faq question about extension mapping | ||||
* | Added cmake rules to build the examples that are also part of the manual | Dimitri van Heesch | 2015-06-13 | 1 | -2/+1 |
| | |||||
* | Build fixes for windows build | Dimitri van Heesch | 2015-06-07 | 1 | -1/+1 |
| | |||||
* | Fixes for running tests and generating docs with cmake | Dimitri van Heesch | 2015-06-03 | 1 | -1/+1 |
| | |||||
* | Fix for Travis CI build (attempt 10) | Dimitri van Heesch | 2015-05-31 | 1 | -2/+8 |
| | |||||
* | Fix for Travis CI build (attempt 8) | Dimitri van Heesch | 2015-05-31 | 1 | -1/+1 |
| | |||||
* | Cleanup & adapt travis config | Dimitri van Heesch | 2015-05-31 | 1 | -1/+1 |
| | |||||
* | Removed old build files, added install targets and other options | Dimitri van Heesch | 2015-05-17 | 1 | -4/+60 |
| | |||||
* | use cmake | Adrian Negreanu | 2015-05-15 | 1 | -0/+37 |
runtest.pl replaced by testing/test_driver.cmake version.py replaced by cmake/version.cmake lang_cfg.py replaced by cmake/lang_cfg.cmake settings.py implemented in src/CMakeLists.txt increasebuffer.py replaced by defining the YY_BUF_SIZE and YY_READ_BUF_SIZE Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> |