mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-11-17 07:48:27 +01:00
Distribute reports
This commit is contained in:
parent
8cd3157842
commit
94b2b520d1
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue