1. 13 10月, 2009 1 次提交
  2. 09 10月, 2009 1 次提交
    • D
      Remove some auto-generated files · 35b5f84c
      Daniel P. Berrange 提交于
      Removes some auto-generated files still under version control.
      It also moves the rule for generating NEWS into the Makefile.am
      that's in the same directory as the output file to avoid confusion
      
      * docs/libvirt-api.xml, docs/libvirt-refs.xml, NEWS: Remove
        auto-generated files from source control
      * Makefile.am: Add rule for generating NEWS file
      * docs/Makefile.am: Remove rule for generating NEWS file
      35b5f84c
  3. 06 10月, 2009 1 次提交
    • D
      Fix rebuilding of devhelp files · e46f6309
      Daniel P. Berrange 提交于
      The devhelp/ directory files depend on libvirt-api.xml being
      uptodate, but automake always processes SUBDIRS before the
      current directory. So devhelp would be built and then the
      libvirt-api.xml re-build, invalidating the devhelp data again.
      
      To fix this all the rules for devhelp are moved directly
      into the docs/Makefile.am allowing make to see the global
      dependancy chain and thus build things in the correct order
      
      * docs/Makefile.am: Add rules for devhelp rebuild
      * docs/devhelp/Makefile.am: Remove devhelp rebuild
      * configure.in: Remove docs/devhelp/Makefile.am
      e46f6309
  4. 02 10月, 2009 1 次提交
  5. 21 9月, 2009 6 次提交
    • D
      Move example XML files into examples/xml · 13f59ad7
      Daniel P. Berrange 提交于
      * docs/storage/: Move to examples/xml/storage/
      * docs/test*.xml: Move to examples/xml/test/
      * docs/Makefile.am: Remove example XML files from dist
      * Makefile.am: Add examples/xml to EXTRA_DIST
      * tests/virshtest.c: Update for moved test XML
      * libvirt.spec.in: Include example XML files as docs
      * tests/int-overflow: UPdate for moved XML
      13f59ad7
    • D
      Remove all generated docs from source control · bde45891
      Daniel P. Berrange 提交于
      * docs/*.html, docs/devhelp/*.html, docs/html/*.html: Delete
      * docs/.gitignore, docs/devhelp/.gitignore, docs/html/.gitignore:
        Ignore generated docs files
      * docs/Makefile.am: Rebuild all HTML docs for 'all' target
        and include them in EXTRA_DIST and CLEANFILES
      * docs/devhelp/Makefile.am: Include HTML in CLEANFILES
      bde45891
    • D
      Move all shared utility files to src/util/ · 1355e055
      Daniel P. Berrange 提交于
      * src/bridge.c, src/bridge.h, src/buf.c, src/buf.h, src/cgroup.c,
        src/cgroup.h, src/conf.c, src/conf.h, src/event.c, src/event.h,
        src/hash.c, src/hash.h, src/hostusb.c, src/hostusb.h,
        src/iptables.c, src/iptables.h, src/logging.c, src/logging.h,
        src/memory.c, src/memory.h, src/pci.c, src/pci.h, src/qparams.c,
        src/qparams.h, src/stats_linux.c, src/stats_linux.h,
        src/threads-pthread.c, src/threads-pthread.h, src/threads-win32.c,
        src/threads-win32.h, src/threads.c, src/threads.h, src/util.c,
        src/util.h, src/uuid.c, src/uuid.h, src/virterror.c,
        src/virterror_internal.h, src/xml.c, src/xml.h: Move all files
        into src/util/
      * daemon/Makefile.am: Add -Isrc/util/ to build flags
      * src/Makefile.am: Add -Isrc/util/ to build flags and update for
        moved files
      * src/libvirt_private.syms: Export cgroup APIs since they're now
        in util rather than linking directly to drivers
      * src/xen/xs_internal.c: Disable bogus virEventRemoveHandle call
        when built under PROXY
      * proxy/Makefile.am: Update for changed file locations. Remove
        bogus build of event.c
      * tools/Makefile.am, tests/Makefile.am: Add -Isrc/util/ to build flags
      1355e055
    • D
      Move docs/examples into examples/ · cebeba7b
      Daniel P. Berrange 提交于
      * Makefile.am: Add examples/dominfo examples/domsuspend examples/python
        as SUBDIRS
      * configure.in: Update AC_OUTPUT for new/old Makefiles
      * docs/Makefile.am: Remove examples from SUBDIRS
      * docs/examples/info1.c: Move to examples/dominfo/info1.c
      * docs/examples/suspend.c: Move to examples/domsuspend/suspend.c
      * docs/examples: Remove all remaining files
      * docs/examples/python: Moved to examples/python/
      * examples/dominfo/Makefile.am, examples/domsuspend/Makefile.am: New
        build files
      * libvirt.spec.in: Update to take account of moved examples
      cebeba7b
    • D
      Remove unused images from docs/ directory · d6d528ca
      Daniel P. Berrange 提交于
      * 16favicon.png, Libxml2-Logo-90x34.gif, libvirHeader.png,
        libvirLogo.png, windows-cygwin-1.png, windows-cygwin-2.png,
        windows-cygwin-3.png: Remove unreferenced files
      * Makefile.am: Remove deleted files from EXTRA_DIST
      d6d528ca
    • D
      Move virsh into tools/ directory · 7ff256ec
      Daniel P. Berrange 提交于
      Move the virsh tool and its man page into the tools directory
      
      * Makefile.am: Remove rules for virsh.1 man page
      * virsh.1: Remove auto-generated file
      * docs/Makefile.am: Remove rules for virsh.pod man page
      * docs/virsh.pod: Move to tools/ directory
      * src/Makefile.am, src/.gitignore: Remove rules for virsh
      * src/console.c, src/console.h, src/*.ico, src/virsh_win_icon.rc,
        src/virsh.c: Move into tools/ directory
      * tools/Makefile.am: Add rules for building virsh
      * tools/.gitignore: Ignore virsh built files
      * tests/virshtest.c, tests/int-overflow: Update for new
        virsh location
      7ff256ec
  6. 15 9月, 2009 1 次提交
  7. 17 7月, 2009 1 次提交
  8. 08 7月, 2009 1 次提交
  9. 09 6月, 2009 1 次提交
  10. 19 4月, 2009 1 次提交
  11. 16 4月, 2009 1 次提交
    • D
      Api documentation · 316befbb
      Daniel Veillard 提交于
      * docs/Makefile.am docs/api.html docs/api.html.in docs/archdomain.html
       docs/archnetwork.html docs/archnode.html docs/archstorage.html
       docs/goals.html docs/intro.html
       docs/libvirt-daemon-arch.fig docs/libvirt-daemon-arch.png
       docs/libvirt-driver-arch.fig docs/libvirt-driver-arch.png
       docs/libvirt-object-model.fig docs/libvirt-object-model.png
       docs/page.xsl docs/sitemap.html docs/sitemap.html.in:
       adding a new api page, extending the stylesheet to allow references
       and including images from Dan Berrange
      daniel
      316befbb
  12. 27 1月, 2009 1 次提交
  13. 15 1月, 2009 1 次提交
  14. 20 8月, 2008 1 次提交
  15. 28 4月, 2008 1 次提交
  16. 24 4月, 2008 3 次提交
  17. 09 4月, 2008 1 次提交
  18. 06 2月, 2008 1 次提交
  19. 21 1月, 2008 1 次提交
    • D
      Remove docs/API*.html · d3043afe
      Daniel Veillard 提交于
      * docs/API* docs/api.xsl docs/site.xsl docs/Makefile.am: remove the
        generation of the API*.html files as it's not really useful here
      Daniel
      d3043afe
  20. 17 11月, 2007 1 次提交
  21. 15 11月, 2007 1 次提交
    • J
      Make "make distcheck" work. · d5117af3
      Jim Meyering 提交于
      * Makefile.am: Expand some "*" wildcards, and (for now) disable
        the relatively unimportant, distuninstallcheck target.
        Fix a few redirect-directly-to-target bugs.
        Add a few $(srcdir)/ prefixes and add an uninstall-local rule.
      * docs/Makefile.am: More of the same.  Split some long lines.
      * python/Makefile.am: Likewise.
      * python/tests/Makefile.am: Likewise.
      * qemud/Makefile.am: Likewise.
      * tests/Makefile.am: Remove the directories already listed in SUBDIRS.
      * docs/examples/index.py: Adapt to produce the desired changes in
        docs/examples/Makefile.am. Also, sort *.c, so results are reproducible,
        and emit a comment telling emacs and vi that the file is read-only.
      * docs/examples/Makefile.am: Regenerate.
      
      
      Author: Jim Meyering <meyering@redhat.com>
      d5117af3
  22. 21 8月, 2007 1 次提交
  23. 24 7月, 2007 1 次提交
  24. 21 6月, 2007 1 次提交
  25. 18 4月, 2007 1 次提交
  26. 22 1月, 2007 1 次提交
  27. 12 9月, 2006 1 次提交
  28. 26 6月, 2006 1 次提交
    • D
      * configure.in libvirt.spec.in docs/examples/* include/Makefile.am · b62cdc14
      Daniel Veillard 提交于
        include/libvirt/virterror.h python/generator.py python/libvir.c
        python/libvirt_wrap.h src/driver.h src/internal.h src/test.h
        src/virsh.c src/virterror.c src/xend_internal.c src/xend_internal.h
        src/xml.c src/xml.h: moved the includes from include/ to
        include/libvirt to reflect the installed include tree. This
        avoid using "" in the includes themselves.
      Daniel
      b62cdc14
  29. 22 2月, 2006 1 次提交
  30. 10 2月, 2006 1 次提交
  31. 29 1月, 2006 1 次提交
  32. 07 12月, 2005 2 次提交