X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile;h=75de23dc2ab7d5d35b1ec61e80a47c4bfba26a15;hb=93430ac8f5eec12bdd8b679a055af33b3c2d08b8;hp=bec157694ce55c2626e1e559d0dd05bc5626830a;hpb=b425dae063d75919bea4be8cd83305490779dcb1;p=autopkgtest.git diff --git a/Makefile b/Makefile index bec1576..75de23d 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,15 @@ include settings.make programs = virt-subproc/adt-virt-chroot \ virt-subproc/adt-virt-xenlvm \ - runner/adt-run + virt-subproc/adt-virt-null \ + virt-subproc/adt-virt-schroot \ + runner/adt-run \ + runner/adt-testreport-onepackage \ + runner/adt-testreport-runloop \ + runner/adt-testreport-cronjob + +examples = runner/onepackage-config \ + runner/ubuntu-config pythonfiles = virt-subproc/VirtSubproc.py @@ -32,13 +40,16 @@ all: cd xen && $(MAKE) install-here: - $(INSTALL_DIRS) -d $(bindir) $(docdir) $(man1dir) $(pythondir) + $(INSTALL_DIRS) -d $(bindir) $(docdir) $(man1dir) \ + $(pythondir) $(examplesdir) set -e; for f in $(programs); do \ $(INSTALL_PROGRAM) $$f $(bindir); \ test ! -f $$f.1 || $(INSTALL_DOC) $$f.1 $(man1dir); \ done $(INSTALL_DATA) $(pythonfiles) $(pythondir) $(INSTALL_DOC) CREDITS debian/changelog $(docdir) + $(INSTALL_DOC) doc/README*[!~] $(docdir) + $(INSTALL_DOC) $(examples) $(examplesdir) install: install-here cd xen && $(MAKE) install