aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-11-20 16:34:31 -0500
committerB. Watson <urchlay@slackware.uk>2025-11-20 16:34:31 -0500
commitb49c71cd0b46ddeea22a3c1c69eb197023d8720b (patch)
tree6889bf53a229522613f6142411a235d8f16fbdba /src/Makefile
parentf28c8a67342878ec5c1382e234d6876fe38ffdaf (diff)
downloadunalf-b49c71cd0b46ddeea22a3c1c69eb197023d8720b.tar.gz
Add LICENSE.txt, clean up doc dir in "make install".
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 6faa61b..43ce094 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -92,7 +92,7 @@ install: all
[ "$(GZIP_MAN)" = "yes" ] && $(GZIP) $(DESTDIR)$(MAN1DIR)/alfsum.1 || true
$(INSTALL_PROGRAM) unalf $(DESTDIR)$(BINDIR)
$(INSTALL_PROGRAM) alfsum $(DESTDIR)$(BINDIR)
- cp -r ../doc/* ../examples $(DESTDIR)$(DOCDIR)
+ cp -r ../README.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