Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-11-08 | spelling: fix misspellings | Daniel Kahn Gillmor | 1 | -8/+8 | |
Signed-off-by: Daniel Kahn Gillmor <[email protected]> | |||||
2018-10-04 | docs: python | Ben McGinnes | 1 | -0/+32 | |
* lang/python/doc/meta/TODO.org: Added the two major documentation build system tasks to the TODO list. * Added an index page in preparation for sorting out the second of those TODO lists (Docutils is a lot easier to handle than Texinfo). * Meanwhile, have confirmed that it all builds just fine under GNU/Linux, OS X and FreeBSD while retaining the documentation, so that's a nice improvement from 1.11.1. Tested-by: Ben McGinnes <[email protected]> Signed-off-by: Ben McGinnes <[email protected]> | |||||
2018-10-04 | python: makefiles | Ben McGinnes | 2 | -0/+2664 | |
* doc/Makefile.am: Removed a bit I forgot about. * Renamed lang/python/docs to lang/python/doc bvecause apparently automake cares about that too. * Decided to be extra explicit in the manifest because if I don't then all sorts of things get deleted ... like lang/python * Tested on an external linux system just in case my osx workstation introduces too much weirdness. Tested-by: Ben McGinnes <[email protected]> Signed-off-by: Ben McGinnes <[email protected]> |