diff --git a/Makefile b/Makefile index 47cad3e62..fe207dd33 100644 --- a/Makefile +++ b/Makefile @@ -317,7 +317,7 @@ install: all $(INSTALL) -d "$(DESTDIR)$(BINDIR)" $(INSTALL) -c -m 755 "$(srcdir)/stella$(EXEEXT)" "$(DESTDIR)$(BINDIR)/stella$(EXEEXT)" $(INSTALL) -d "$(DESTDIR)$(DOCDIR)" - $(INSTALL) -c -m 644 "$(srcdir)/Announce.txt" "$(srcdir)/Changes.txt" "$(srcdir)/Copyright.txt" "$(srcdir)/License.txt" "$(srcdir)/README-SDL.txt" "$(srcdir)/Readme.txt" "$(srcdir)/Todo.txt" "$(srcdir)/docs/index.html" "$(srcdir)/docs/debugger.html" "$(DESTDIR)$(DOCDIR)/" + $(INSTALL) -c -m 644 "$(srcdir)/Announce.txt" "$(srcdir)/Changes.txt" "$(srcdir)/Copyright.txt" "$(srcdir)/License.txt" "$(srcdir)/README-SDL.txt" "$(srcdir)/README.md" "$(srcdir)/Todo.txt" "$(srcdir)/docs/index.html" "$(srcdir)/docs/debugger.html" "$(DESTDIR)$(DOCDIR)/" $(INSTALL) -d "$(DESTDIR)$(DOCDIR)/graphics" $(INSTALL) -c -m 644 $(wildcard $(srcdir)/docs/graphics/*.png) "$(DESTDIR)$(DOCDIR)/graphics" $(INSTALL) -d "$(DESTDIR)$(DATADIR)/applications" diff --git a/Readme.txt b/Readme.txt deleted file mode 100644 index de3f45a07..000000000 --- a/Readme.txt +++ /dev/null @@ -1,10 +0,0 @@ -Stella is a multi-platform Atari 2600 VCS emulator which allows you to -play all of your favourite Atari 2600 games on your PC. You'll find the -Stella Users Manual in the docs subdirectory. If you'd like to verify -that you have the latest release of Stella, visit the Stella Website at: - - https://stella-emu.github.io - -Enjoy, - -The Stella Team diff --git a/debian/docs b/debian/docs index 6fcb70c8a..049f19c30 100644 --- a/debian/docs +++ b/debian/docs @@ -2,7 +2,7 @@ Announce.txt Changes.txt Copyright.txt README-SDL.txt -Readme.txt +README.md docs/*.html docs/graphics/*.png Todo.txt diff --git a/src/os/macos/Create_build.sh b/src/os/macos/Create_build.sh index 0685cd31d..e7e5439b7 100755 --- a/src/os/macos/Create_build.sh +++ b/src/os/macos/Create_build.sh @@ -23,7 +23,7 @@ echo "Mounting ${DMG} file ..." hdiutil attach "${DMG}" echo "Copying documentation ..." -ditto ../../Announce.txt ../../Changes.txt ../../Copyright.txt ../../License.txt ../../Readme.txt ../../Todo.txt "${DISK}" +ditto ../../Announce.txt ../../Changes.txt ../../Copyright.txt ../../License.txt ../../README.md ../../Todo.txt "${DISK}" echo "Copying application ..." cp -r DerivedData/Build/Products/Release/Stella.app "${DISK}" diff --git a/src/os/windows/Create_Builds.bat b/src/os/windows/Create_Builds.bat index b19eb0ef6..e93b51953 100644 --- a/src/os/windows/Create_Builds.bat +++ b/src/os/windows/Create_Builds.bat @@ -39,9 +39,9 @@ set RELEASE_32=Win32\Release set RELEASE_64=x64\Release echo. -set /p STELLA_VER=Enter Stella version: +set /p STELLA_VER=Enter Stella version: echo. -set /p TO_BUILD=Version to build (32/64/a=all): +set /p TO_BUILD=Version to build (32/64/a=all): set BUILD_32=0 set BUILD_64=0 @@ -102,7 +102,7 @@ copy ..\..\..\Announce.txt %STELLA_DIR%\docs copy ..\..\..\Changes.txt %STELLA_DIR%\docs copy ..\..\..\Copyright.txt %STELLA_DIR%\docs copy ..\..\..\License.txt %STELLA_DIR%\docs -copy ..\..\..\Readme.txt %STELLA_DIR%\docs +copy ..\..\..\Readme.md %STELLA_DIR%\docs copy ..\..\..\README-SDL.txt %STELLA_DIR%\docs copy ..\..\..\Todo.txt %STELLA_DIR%\docs if %HAVE_FLIP% == 1 ( @@ -142,4 +142,4 @@ rmdir %STELLA_DIR% /s /q :done echo. -pause 5 \ No newline at end of file +pause 5