summaryrefslogtreecommitdiff
path: root/make-man-index.py
AgeCommit message (Collapse)Author
2013-01-04build-sys: invoke scripts with $PYTHON during buildZbigniew Jędrzejewski-Szmek
Python binary to be used during compilation can be set with ./configure PYTHON=... The she-bang line is removed, since it is not used anymore.
2012-09-13python: change license to LGPL 2.1Lennart Poettering
The original license has been MIT for this code, but David Strauss (its original author) agreed to relicense it to LGPL 2.1 for inclusion in systemd.
2012-07-25make-man-index.py: compatibility with Python 3Mantas MikulÄ—nas
Despite its name, ElementTree.tostring() returns already-encoded bytes() instead of a string in Python 3; sys.stdout doesn't like that.
2012-07-16make-man-index.py: pretty-print HTMLKay Sievers
2012-07-16man: actually generate h2 headers for letters in index as we meant toLennart Poettering
2012-07-16man: include number of man pages in index pageLennart Poettering
2012-07-16man: set description in italics in the indexLennart Poettering
2012-07-16man: show man page summary in index, tooLennart Poettering
2012-07-16min: generate an index page for all man pagesLennart Poettering
This makes use of python, if it is available