summaryrefslogtreecommitdiff
path: root/man/.gitignore
Commit message (Collapse)AuthorAge
* build-sys,man: use XML entities to substite stringsZbigniew Jędrzejewski-Szmek2013-03-29
| | | | | | | | | | | | | | | | | | | | | This makes it easier to add substitutions to man pages, avoiding the separate transformation step. mkdir -p's are removed from the rule, because xsltproc will will create directories on it's own. All in all, two or three forks per man page are avoided, which should make things marginally faster. Unfortunately python parsers must too be tweaked to handle entities. This isn't particularly easy: with lxml a custom Resolver can be used, but the stdlib etree doesn't support external entities *at all*. So when running without lxml, the entities are just removed. Right now it doesn't matter, since the entities are not indexed anyway. But I intend to add indexing of filenames in the near future, and then the index generated without lxml might be missing a few lines. Oh well.
* Revert "build-sys: substitute strings in systemd.unit(5)"Zbigniew Jędrzejewski-Szmek2013-03-29
| | | | | | | This reverts commits c78ab91132aab9193f3c17a9a206f8825ff4be84 and 185c3be03cec26023acc11b49553753aa7330a1d. It is simpler to just use includes...
* python: build html docs using sphinxZbigniew Jędrzejewski-Szmek2013-02-22
| | | | | | | Build instructions: make make DESTIDIR=/tmp/... install make DESTIDIR=/tmp/... sphinx-html sphinx-man sphinx-epub ...
* build-sys: substitute strings in systemd.unit(5)Zbigniew Jędrzejewski-Szmek2013-02-06
| | | | | Makefile.am is updated to deal with .xml.in sources. Nothing in the output is really changed yet, this is just preparation.
* man: generate xml not html for indexZbigniew Jędrzejewski-Szmek2013-01-15
| | | | | | | | This way we also get a man page. The output is not as polished. I hope that it doesn't matter too much. index.html is not generated now, the page is called systemd.index.html. If necessary, an install hook should be added.
* build-sys: use parallel tests driverZbigniew Jędrzejewski-Szmek2012-12-01
| | | | | | | | | | | This saves test output to individual .log files. The driver is only used in /Makefile.am, not in /docs/*udev/Makefile.am because the latter don't seem to work with this driver. They don't produce much output anyway. .gitignore is alphabetized, and .log files are added to it. Generated files from /build-aux are removed from the list.
* git: update .gitignoreLennart Poettering2012-09-17
|
* man: systemd.special no longer needs sed logicLennart Poettering2012-02-15
|
* man: replace syslog name in man page by configured nameLennart Poettering2010-05-17