]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Move docs/examples into examples/
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 16 Sep 2009 12:07:48 +0000 (13:07 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 21 Sep 2009 13:41:46 +0000 (14:41 +0100)
commitcebeba7bd79421a30d9d233f0668d4ec4c4c9060
tree6b1778f3ef3f47b016e33675c3bdec64809c48f2
parentd6d528ca2540c91b7166a82e132dff58404fcaf5
Move docs/examples into examples/

* 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
25 files changed:
Makefile.am
configure.in
docs/Makefile.am
docs/examples/Makefile.am [deleted file]
docs/examples/examples.xml [deleted file]
docs/examples/examples.xsl [deleted file]
docs/examples/index.html [deleted file]
docs/examples/index.py [deleted file]
docs/examples/python/Makefile.am [deleted file]
docs/examples/python/guava.xml [deleted file]
docs/examples/python/papaya.xml [deleted file]
examples/dominfo/.gitignore [new file with mode: 0644]
examples/dominfo/Makefile.am [new file with mode: 0644]
examples/dominfo/info1.c [moved from docs/examples/info1.c with 100% similarity]
examples/domsuspend/.gitignore [moved from docs/examples/.gitignore with 73% similarity]
examples/domsuspend/Makefile.am [new file with mode: 0644]
examples/domsuspend/suspend.c [moved from docs/examples/suspend.c with 100% similarity]
examples/python/.gitignore [moved from docs/examples/python/.gitignore with 100% similarity]
examples/python/Makefile.am [new file with mode: 0644]
examples/python/README [moved from docs/examples/python/README with 100% similarity]
examples/python/dominfo.py [moved from docs/examples/python/dominfo.py with 100% similarity]
examples/python/domrestore.py [moved from docs/examples/python/domrestore.py with 100% similarity]
examples/python/domsave.py [moved from docs/examples/python/domsave.py with 100% similarity]
examples/python/domstart.py [moved from docs/examples/python/domstart.py with 100% similarity]
libvirt.spec.in