diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-09 15:37:35 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-07-05 14:19:14 -0400 |
commit | 0c023a2c03776f6876c4779e90ccfcb3142babe6 (patch) | |
tree | 4e444ec03334f4689ea961e9c0b0a51292cda0bb /systemd/.gitignore | |
parent | d6cd30aa2e85fa2db9821303cd696c54eb8e63bd (diff) | |
download | python-systemd-0c023a2c03776f6876c4779e90ccfcb3142babe6.tar.gz |
python: build html docs using sphinx
Build instructions:
make
make DESTIDIR=/tmp/... install
make DESTIDIR=/tmp/... sphinx-html sphinx-man sphinx-epub ...
Diffstat (limited to 'systemd/.gitignore')
-rw-r--r-- | systemd/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systemd/.gitignore b/systemd/.gitignore index ed3a500..4124b7a 100644 --- a/systemd/.gitignore +++ b/systemd/.gitignore @@ -1 +1,2 @@ /id128-constants.h +*.py[oc] |