From f4de25289a65586d10351fc14548a04dab01a18b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 19 Nov 2025 01:39:46 -0500 Subject: README_Windows.txt was a source file, move to src/. --- README_Windows.txt | 17 ----------------- src/Makefile | 2 +- src/README_Windows.txt.in | 17 +++++++++++++++++ 3 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 README_Windows.txt create mode 100644 src/README_Windows.txt.in diff --git a/README_Windows.txt b/README_Windows.txt deleted file mode 100644 index 9e376de..0000000 --- a/README_Windows.txt +++ /dev/null @@ -1,17 +0,0 @@ -This is the Windows binary release of unalf @VERSION@. - -See README.txt, unalf.html, and alfsum.html for full documentation. - -This is a command-line program. Just double-clicking on the .exe won't -do anything useful. You should copy unalf.exe and alfsum.exe to some -directory that's in your PATH, or else run them from the directory you -extracted them to, using the command prompt (CMD.EXE). - -The binaries (unalf.exe and alfsum.exe) were built with a cross gcc -compiler on a Linux system. They should run on any recent 64-bit -Windows OS. The author doesn't actually use Windows, so if you run -into problems, please let me know. - -I can be reached by email at: - -urchlay@slackware.uk diff --git a/src/Makefile b/src/Makefile index 53a55f9..9777d50 100644 --- a/src/Makefile +++ b/src/Makefile @@ -110,7 +110,7 @@ windows: crosswin html mkdir -p wintmp/{doc,examples} cp unalf.exe alfsum.exe wintmp cd .. ; for i in README.txt TODO.txt doc/*.txt doc/Arcinfo examples/*.txt; do perl -pe 's,\n,\r\n,;' $$i > src/wintmp/$$i; done - perl -p -e 's,\n,\r\n,;' -e 's,\@VERSION\@,$(VERSION),g;' ../README_Windows.txt > wintmp/README_Windows.txt + perl -p -e 's,\n,\r\n,;' -e 's,\@VERSION\@,$(VERSION),g;' README_Windows.txt.in > wintmp/README_Windows.txt cp ../examples/*.alf wintmp/examples cp alfsum.html unalf.html wintmp cd wintmp ; zip -r ../../unalf-$(VERSION)-win64.zip * diff --git a/src/README_Windows.txt.in b/src/README_Windows.txt.in new file mode 100644 index 0000000..9e376de --- /dev/null +++ b/src/README_Windows.txt.in @@ -0,0 +1,17 @@ +This is the Windows binary release of unalf @VERSION@. + +See README.txt, unalf.html, and alfsum.html for full documentation. + +This is a command-line program. Just double-clicking on the .exe won't +do anything useful. You should copy unalf.exe and alfsum.exe to some +directory that's in your PATH, or else run them from the directory you +extracted them to, using the command prompt (CMD.EXE). + +The binaries (unalf.exe and alfsum.exe) were built with a cross gcc +compiler on a Linux system. They should run on any recent 64-bit +Windows OS. The author doesn't actually use Windows, so if you run +into problems, please let me know. + +I can be reached by email at: + +urchlay@slackware.uk -- cgit v1.2.3