From c1411df1e118a5f66145a709c78d4751ee6bb346 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 11 Dec 2025 02:32:10 -0500 Subject: Add CHANGES.txt and LICENSE.txt to README.txt and windows zip package. --- README.txt | 4 ++++ src/Makefile | 4 ++-- 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 -- cgit v1.2.3