diff options
author | Martin Kletzander <mkletzan@redhat.com> | 2012-08-01 15:29:27 +0200 |
---|---|---|
committer | Martin Kletzander <mkletzan@redhat.com> | 2012-08-10 10:58:38 +0200 |
commit | 2818359075444e70eeabf0c55ea15ff745a6dcb6 (patch) | |
tree | 82ff8061c1e32b6d0765e8150797b8bac7ad098c /.gitignore | |
parent | docs: fix 404 page when fetched from different location (diff) | |
download | libvirt-2818359075444e70eeabf0c55ea15ff745a6dcb6.tar.gz libvirt-2818359075444e70eeabf0c55ea15ff745a6dcb6.tar.bz2 libvirt-2818359075444e70eeabf0c55ea15ff745a6dcb6.zip |
docs: autogenerate search.php
This patch makes search.php autogenerated from search.php.in, thus
removing hardcoded menus, footer etc. and the search.php is added to
.gitignore.
There is new rule added for *.php files (to make it bit less
hardcoded) that takes *.php.code.in and injects it inside the
generated *.php (xslt was not happy about php code in the source xml).
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cd8a85ccd..17dcae4d7 100644 --- a/.gitignore +++ b/.gitignore @@ -61,6 +61,7 @@ /docs/libvirt-api.xml /docs/libvirt-qemu-*.xml /docs/libvirt-refs.xml +/docs/search.php /docs/todo.html.in /examples/domain-events/events-c/event-test /examples/dominfo/info1 |