diff --git a/Makefile b/Makefile index 5c760f8be..6cd23aa11 100644 --- a/Makefile +++ b/Makefile @@ -1026,6 +1026,7 @@ install-bundlefiles: @cp -p macos/Info.plist $(BUNDLE)/Contents @cp -p macos/tuxpaint.icns $(BUNDLE)/Contents/Resources @custom/macos.sh + @hdiutil create -volname "Tux Paint $(VER_VERSION)" -srcfolder $(BUNDLE) -ov -format UDBZ -o TuxPaint.dmg # Build the program! diff --git a/docs/en/AUTHORS.txt b/docs/AUTHORS.txt similarity index 99% rename from docs/en/AUTHORS.txt rename to docs/AUTHORS.txt index 925a30977..79e4d751e 100644 --- a/docs/en/AUTHORS.txt +++ b/docs/AUTHORS.txt @@ -7,7 +7,7 @@ bill@newbreedsoftware.com http://www.tuxpaint.org/ -June 17, 2002 - December 3, 2017 +June 17, 2002 - December 14, 2017 $Id$ @@ -1057,7 +1057,8 @@ $Id$ Darrell Walisser [retired] Eric Poncet Harvey Ginter - Mark K. Kim + Mark K. Kim + Robert Buj Gelonch * Maemo (Nokia 770 and N880) coding and builds Alessandro Pasotti diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 7224a087a..3c4e30eab 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -118,6 +118,9 @@ $Id$ * Rewrote the macOS build system to be more Linux-like, with no XCode IDE. Mark K. Kim + * Mac install creates a DMG + Robert Buj Gelonch + * Other Improvements: ------------------- * Reformatted source code via GNU Indent tool; should