Distribute reports

This commit is contained in:
Olivier Teulière 2013-01-11 19:31:37 +01:00
parent 8cd3157842
commit 94b2b520d1
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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