diff --git a/Makefile.am b/Makefile.am index bfd1ddd..5b0fe64 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,6 +37,10 @@ package-win32-zip: todos $(WIN32_PACKAGE_DIR)/$$i.txt; \ done +# Copy reports + cp -r $(top_srcdir)/extras/reports $(WIN32_PACKAGE_DIR) + todos $(WIN32_PACKAGE_DIR)/reports/README.txt + # Copy the mingw DLL gunzip -c /usr/share/doc/mingw32-runtime/mingwm10.dll.gz > $(WIN32_PACKAGE_DIR)/mingwm10.dll diff --git a/extras/Makefile.am b/extras/Makefile.am index 7c650c5..634834b 100644 --- a/extras/Makefile.am +++ b/extras/Makefile.am @@ -6,5 +6,5 @@ shortcut_DATA = eliot.desktop icondir = $(datadir)/icons icon_DATA = eliot.xpm -EXTRA_DIST = $(shortcut_DATA) $(icon_DATA) macosx +EXTRA_DIST = $(shortcut_DATA) $(icon_DATA) macosx reports