diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-19 01:39:46 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-19 01:39:46 -0500 |
| commit | f4de25289a65586d10351fc14548a04dab01a18b (patch) | |
| tree | c28740b4a0d049bfc581514b2273fcd4034b1475 | |
| parent | 1873d8750fee1e29ed1d274c6193f92b855bbc4d (diff) | |
| download | unalf-f4de25289a65586d10351fc14548a04dab01a18b.tar.gz | |
README_Windows.txt was a source file, move to src/.
| -rw-r--r-- | src/Makefile | 2 | ||||
| -rw-r--r-- | src/README_Windows.txt.in (renamed from README_Windows.txt) | 0 |
2 files changed, 1 insertions, 1 deletions
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/README_Windows.txt b/src/README_Windows.txt.in index 9e376de..9e376de 100644 --- a/README_Windows.txt +++ b/src/README_Windows.txt.in |
