Skip to content

Commit df47e66

Browse files
committed
As the Readme.macOS gets used in the makefiles, these need to be updated when you change the name
1 parent b253ec7 commit df47e66

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ EXTRA_DIST = \
175175
FAQ \
176176
README.md \
177177
README.win32 \
178-
README.MacOSX \
178+
README.macOS \
179179
Makefile.common \
180180
Makefile.mingw \
181181
Info.plist.in \

macosx/exult_studio.bundle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
<data dest="${bundle}/Contents/Resources/Documents/README.txt">
5858
${prefix:source}/README
5959
</data>
60-
<data dest="${bundle}/Contents/Resources/Documents/README.MacOSX.txt">
61-
${prefix:source}/README.MacOSX
60+
<data dest="${bundle}/Contents/Resources/Documents/README.macOS.txt">
61+
${prefix:source}/README.macOS
6262
</data>
6363
<data>
6464
${prefix}/share/icons

macosx/macosx.am

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bundle: ${EXE_TARGET}
2222
$(INSTALL_DATA) $(srcdir)/FAQ $(bundle_name)/Contents/Documents
2323
$(INSTALL_DATA) $(srcdir)/NEWS $(bundle_name)/Contents/Documents
2424
$(INSTALL_DATA) $(srcdir)/README $(bundle_name)/Contents/Documents
25-
$(INSTALL_DATA) $(srcdir)/README.MacOSX $(bundle_name)/Contents/Documents
25+
$(INSTALL_DATA) $(srcdir)/README.macOS $(bundle_name)/Contents/Documents
2626
if WITH_OSX_CODE_SIGNATURE
2727
codesign \
2828
--options runtime \
@@ -76,7 +76,7 @@ osxdmg: bundle
7676
cp $(srcdir)/AUTHORS ./Exult-snapshot/Authors
7777
cp $(srcdir)/COPYING ./Exult-snapshot/License
7878
cp $(srcdir)/NEWS ./Exult-snapshot/News
79-
cp $(srcdir)/README.MacOSX ./Exult-snapshot/ReadMe.MacOSX
79+
cp $(srcdir)/README.macOS ./Exult-snapshot/ReadMe.macOS
8080
cp $(srcdir)/docs/ReadMe.html ./Exult-snapshot/ReadMe.html
8181
cp $(srcdir)/docs/faq.html ./Exult-snapshot/FAQ.html
8282
cp $(srcdir)/docs/images/docs*.* ./Exult-snapshot/images
@@ -87,7 +87,7 @@ osxdmg: bundle
8787
SetFile -t ttro -c ttxt ./Exult-snapshot/Authors
8888
SetFile -t ttro -c ttxt ./Exult-snapshot/License
8989
SetFile -t ttro -c ttxt ./Exult-snapshot/News
90-
SetFile -t ttro -c ttxt ./Exult-snapshot/ReadMe.MacOSX
90+
SetFile -t ttro -c ttxt ./Exult-snapshot/ReadMe.macOS
9191
SetFile -a E ./Exult-snapshot/ReadMe.html
9292
SetFile -a E "./Exult-snapshot/Git revision.url"
9393
cp -R $(bundle_name) ./Exult-snapshot/
@@ -107,7 +107,7 @@ osxdmg: bundle
107107
--icon "News" 274 395 \
108108
--icon "License" 371 395 \
109109
--icon "Authors" 468 395 \
110-
--icon "ReadMe.MacOSX" 564 395 \
110+
--icon "ReadMe.macOS" 564 395 \
111111
--hdiutil-quiet \
112112
--no-internet-enable \
113113
"Exult-snapshot.dmg" \
@@ -119,7 +119,7 @@ studiodmg: studiobundle
119119
mkdir -p ./Studio-snapshot/images
120120
cp $(srcdir)/AUTHORS ./Studio-snapshot/Authors
121121
cp $(srcdir)/COPYING ./Studio-snapshot/License
122-
cp $(srcdir)/README.MacOSX ./Studio-snapshot/ReadMe.MacOSX
122+
cp $(srcdir)/README.macOS ./Studio-snapshot/ReadMe.macOS
123123
cp $(srcdir)/docs/exult_studio.html ./Studio-snapshot/Manual.html
124124
cp $(srcdir)/docs/images/studio*.* ./Studio-snapshot/images
125125
cp $(srcdir)/docs/images/*.gif ./Studio-snapshot/images
@@ -128,7 +128,7 @@ studiodmg: studiobundle
128128
SetFile -a V ./Studio-snapshot/images
129129
SetFile -t ttro -c ttxt ./Studio-snapshot/Authors
130130
SetFile -t ttro -c ttxt ./Studio-snapshot/License
131-
SetFile -t ttro -c ttxt ./Studio-snapshot/ReadMe.MacOSX
131+
SetFile -t ttro -c ttxt ./Studio-snapshot/ReadMe.macOS
132132
SetFile -a E ./Studio-snapshot/Manual.html
133133
SetFile -a E "./Studio-snapshot/Git revision.url"
134134
cp -R $(studio_name) ./Studio-snapshot/
@@ -146,7 +146,7 @@ studiodmg: studiobundle
146146
--icon "Manual.html" 164 395 \
147147
--icon "License" 260 395 \
148148
--icon "Authors" 356 395 \
149-
--icon "ReadMe.MacOSX" 452 395 \
149+
--icon "ReadMe.macOS" 452 395 \
150150
--hdiutil-quiet \
151151
--no-internet-enable \
152152
"ExultStudio-snapshot.dmg" \

0 commit comments

Comments
 (0)