summaryrefslogtreecommitdiff
path: root/docs/Makefile
Commit message (Collapse)AuthorAge
* docs: use python3 for buildingAnton Khirnov2020-02-25
|
* Add target to delete generated doc filesLucas Hoffmann2016-12-11
| | | | | | When checking out files from git the timestamps might not give enough information to make which files to remake. So this new target can be used to force a remake of all generated files on the next run.
* Use some more variables in makefileLucas Hoffmann2016-12-10
| | | | | | | | | | | | | On Arch Linux python points to python3 and hence the makefile fails. With this change users can tell the makefile which python executable to use: make PYTHON=/some/version2/python ... or simply make PYTHON=python2 ... For sake of completeness the same is done for rm.
* Specify dependencies for generated docs.Lucas Hoffmann2016-03-24
| | | | This should save some manual deleting and regenerating of these files.
* docs: pimp MakefilePatrick Totzke2012-07-24
| | | | | This makes `make html` and friends autogenerate the command/option tables included in the docs on demand
* doc: generate_meta in default make targetPatrick Totzke2012-05-23
| | | | | | | | This adds a new default make target that cleans up, generates missing source files and thereafter the html docs. it also removes the checked in generated stuff. cf issue #456
* auto-generate config docs from specfilesPatrick Totzke2012-02-21
|
* joined and cleaned up user/api docsPatrick Totzke2012-02-11
|
* moved apidocs to /docs/apiPatrick Totzke2012-01-10
|
* added preliminary version of sphinx docspatrick2011-08-09