diff options
author | Daniel Veillard <veillard@redhat.com> | 2007-08-21 14:59:47 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2007-08-21 14:59:47 +0000 |
commit | cb2e35b60413c4c3b631e0b1bd5cb7449f1e4974 (patch) | |
tree | e1230664b669efa11572375629ae2417e85e0286 /docs/Makefile.am | |
parent | * src/xs_internal.c: cleanup of memory leaks from Masayuki Sunou (diff) | |
download | libvirt-cb2e35b60413c4c3b631e0b1bd5cb7449f1e4974.tar.gz libvirt-cb2e35b60413c4c3b631e0b1bd5cb7449f1e4974.tar.bz2 libvirt-cb2e35b60413c4c3b631e0b1bd5cb7449f1e4974.zip |
* configure.in libvirt.spec.in include/libvirt/libvirt.h docs/*:
preparing release of 0.3.2
* src/libvirt.c: fix a couple of comments
* po/*: string localization merge/update
Daniel
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 3eb8bfd64..c7dfe24e2 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -10,7 +10,7 @@ APIPAGES=APIconstructors.html APIfiles.html APIfunctions.html \ EXTRA_DIST= \ libvirt-api.xml libvirt-refs.xml apibuild.py \ *.xsl *.html *.gif html/*.html html/*.png \ - test*.xml libvirt.rng network.rng + *.xml *.rng man_MANS= |