diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-20 16:34:31 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-20 16:34:31 -0500 |
| commit | b49c71cd0b46ddeea22a3c1c69eb197023d8720b (patch) | |
| tree | 6889bf53a229522613f6142411a235d8f16fbdba /src/Makefile | |
| parent | f28c8a67342878ec5c1382e234d6876fe38ffdaf (diff) | |
| download | unalf-b49c71cd0b46ddeea22a3c1c69eb197023d8720b.tar.gz | |
Add LICENSE.txt, clean up doc dir in "make install".
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
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 |
