]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/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
34 files changed:
Makefile.am
configure.in
docs/Makefile.am
docs/examples/.gitignore [deleted file]
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/info1.c [deleted file]
docs/examples/python/.gitignore [deleted file]
docs/examples/python/Makefile.am [deleted file]
docs/examples/python/README [deleted file]
docs/examples/python/dominfo.py [deleted file]
docs/examples/python/domrestore.py [deleted file]
docs/examples/python/domsave.py [deleted file]
docs/examples/python/domstart.py [deleted file]
docs/examples/python/guava.xml [deleted file]
docs/examples/python/papaya.xml [deleted file]
docs/examples/suspend.c [deleted file]
examples/dominfo/.gitignore [new file with mode: 0644]
examples/dominfo/Makefile.am [new file with mode: 0644]
examples/dominfo/info1.c [new file with mode: 0644]
examples/domsuspend/.gitignore [new file with mode: 0644]
examples/domsuspend/Makefile.am [new file with mode: 0644]
examples/domsuspend/suspend.c [new file with mode: 0644]
examples/python/.gitignore [new file with mode: 0644]
examples/python/Makefile.am [new file with mode: 0644]
examples/python/README [new file with mode: 0644]
examples/python/dominfo.py [new file with mode: 0755]
examples/python/domrestore.py [new file with mode: 0755]
examples/python/domsave.py [new file with mode: 0755]
examples/python/domstart.py [new file with mode: 0755]
libvirt.spec.in