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
This commit is contained in:
Daniel P. Berrange
2009-09-16 13:07:48 +01:00
parent d6d528ca25
commit cebeba7bd7
25 changed files with 45 additions and 652 deletions

2
examples/python/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
Makefile
Makefile.in