chiark / gitweb /
Update some copyright dates.
[disorder] / Makefile.am
index bba9048c910358385e77d8e50b05513bd2a47d77..99d2fd23ae44430010e742dac7ad2e0940171868 100644 (file)
@@ -19,7 +19,7 @@
 #
 
 EXTRA_DIST=TODO CHANGES README.streams BUGS ChangeLog.d        \
-README.upgrades README.client README.mac README.raw
+README.upgrades README.client README.mac README.raw README.vhost
 SUBDIRS=@subdirs@
 
 check-report: before-check check make-coverage-reports
@@ -29,8 +29,8 @@ make-coverage-reports:
        @for subdir in lib plugins server clients disobedience; do \
          echo cd $$subdir;\
          cd $$subdir;\
-         echo ${GCOV} *.c | ${PYTHON} ../scripts/format-gcov-report --html . ;\
-         ${GCOV} *.c | ${PYTHON} ../scripts/format-gcov-report --html . ;\
+         echo ${GCOV} *.c | ${PYTHON} ../scripts/format-gcov-report --html . *.c ;\
+         ${GCOV} *.c | ${PYTHON} ../scripts/format-gcov-report --html . *.c ;\
          echo cd ..;\
          cd ..;\
        done