diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-05-15 13:53:05 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-05-15 13:54:29 +0200 |
commit | 843605d372aa000a1ad120bb9d06d04e8b1da50c (patch) | |
tree | 28624151bfdc39fe4df19d759bcad299de9f8929 /docs | |
parent | 7cf55dd0700d2b93f18a1bdc50b3c864d0af2246 (diff) | |
download | systemd-843605d372aa000a1ad120bb9d06d04e8b1da50c.tar.gz |
build-sys: move gtk-doc stuff into its own subdir and reindent autogen.sh
We moved most other build noise files into their own subdirs, so let's
do this for gtk-doc too
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gudev/.gitignore | 6 | ||||
-rw-r--r-- | docs/libudev/.gitignore | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/docs/gudev/.gitignore b/docs/gudev/.gitignore index 67ffcfd598..e6f2371ab1 100644 --- a/docs/gudev/.gitignore +++ b/docs/gudev/.gitignore @@ -1,3 +1,4 @@ +/*.bak /gtk-doc.make /version.xml /Makefile @@ -12,6 +13,7 @@ /gudev.interfaces /gudev.prerequisites /gudev.signals -/html/* -/xml/* +/html/ +/xml/ /*.stamp +/tmpl/ diff --git a/docs/libudev/.gitignore b/docs/libudev/.gitignore index c05d03d795..f8dd67c50a 100644 --- a/docs/libudev/.gitignore +++ b/docs/libudev/.gitignore @@ -12,6 +12,8 @@ /libudev.interfaces /libudev.prerequisites /libudev.signals -/html/* -/xml/* +/html/ +/xml/ /*.stamp +/*.bak +/tmpl/ |