This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
systemd
Watch
0
Star
0
Fork
0
You've already forked systemd
mirror of
https://github.com/systemd/systemd.git
synced
2024-11-24 10:43:35 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d7247512a9
systemd
/
man
/
.gitignore
6 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
git: update .gitignore
2012-09-17 23:47:09 +08:00
/systemd.directives.xml
man: generate xml not html for index 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.
2013-01-15 11:17:49 +08:00
/systemd.index.xml
build-sys: use parallel tests driver 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.
2012-12-01 17:37:52 +08:00
/*.[13578]
gitignore: only ignore .html files in man/ src/journal-remote/browse.html is git-tracked source and should not be ignored. Avoid accidentally ignoring similar ones in the future.
2015-11-19 17:51:19 +08:00
/*.html
build-sys,man: use XML entities to substite strings 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.
2013-03-30 02:22:27 +08:00
/custom-entities.ent
Reference in New Issue
Copy Permalink