X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile;h=9f5c45ccbd1468bcc8c6589d1faba6ad3d00aa94;hb=aa43f2a81adb120c1da99919c5b3523ea952d170;hp=808b74b95e84aa2063f294392bf6e4c7f6af18d0;hpb=c20665da90b8876f5655bbbd1672986677710e01;p=autopkgtest.git diff --git a/Makefile b/Makefile index 808b74b..9f5c45c 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,13 @@ include settings.make programs = virt-subproc/adt-virt-chroot \ virt-subproc/adt-virt-xenlvm \ virt-subproc/adt-virt-null \ - runner/adt-run + 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 @@ -33,14 +39,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) doc/README*[!~] $(docdir) + $(INSTALL_DOC) $(examples) $(examplesdir) install: install-here cd xen && $(MAKE) install