aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-12-11 02:32:10 -0500
committerB. Watson <urchlay@slackware.uk>2025-12-11 02:32:10 -0500
commitc1411df1e118a5f66145a709c78d4751ee6bb346 (patch)
tree200c380b9e198255558238c7c6516fcdecba87b5
parent84a7e53442837b4dbedd29ee06fa8bcb2d3c66ac (diff)
downloadalftools-c1411df1e118a5f66145a709c78d4751ee6bb346.tar.gz
Add CHANGES.txt and LICENSE.txt to README.txt and windows zip package.
-rw-r--r--README.txt4
-rw-r--r--src/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index a2b8592..356e685 100644
--- a/README.txt
+++ b/README.txt
@@ -30,8 +30,12 @@ Included in both the source and binary distributions:
- README.txt - you're reading it now.
+- CHANGES.txt - user-visible changes between alftools versions.
+
- TODO.txt - plans for the future.
+- LICENSE.txt - license terms for alftools (the WTFPL).
+
- doc/Arcinfo - describes the format of ARC compressed files. The ALF
file structure is almost identical to ARC's. This file was taken from
the arc-5.21q source.
diff --git a/src/Makefile b/src/Makefile
index 6b8d1e1..2cf509e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -133,7 +133,7 @@ install: all
$(INSTALL_PROGRAM) alf $(DESTDIR)$(BINDIR)
$(INSTALL_PROGRAM) unalf $(DESTDIR)$(BINDIR)
$(INSTALL_PROGRAM) alfsum $(DESTDIR)$(BINDIR)
- cp -r ../README.txt ../LICENSE.txt ../TODO.txt ../doc ../examples $(DESTDIR)$(DOCDIR)
+ cp -r ../README.txt ../CHANGES.txt ../LICENSE.txt ../TODO.txt ../doc ../examples $(DESTDIR)$(DOCDIR)
crosswin: clean
$(MAKE) CC=~/x-tools/x86_64-w64-mingw32/bin/x86_64-w64-mingw32-gcc
@@ -153,7 +153,7 @@ windows: crosswin html
rm -rf wintmp ../$(PROJ)-$(VERSION)-win64.zip
mkdir -p wintmp/{doc,examples}
cp alf.exe 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
+ cd .. ; for i in README.txt CHANGES.txt LICENSE.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.in > wintmp/README_Windows.txt
cp ../examples/*.alf wintmp/examples
cp alfsum.html unalf.html alf.html wintmp