From a4cc3ad3504d634e379369862c9f9fd8eed379f3 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 16 May 2024 01:43:09 -0400 Subject: Add Jindrich Kubec's tools. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 12b4364..67767a0 100644 --- a/Makefile +++ b/Makefile @@ -21,9 +21,9 @@ SCRIPTS=dasm2atasm a8utf8 MANS=a8eol.1 xfd2atr.1 atr2xfd.1 blob2c.1 cart2xex.1 fenders.1 xexsplit.1 xexcat.1 atrsize.1 rom2cart.1 unmac65.1 axe.1 dasm2atasm.1 a8utf8.1 blob2xex.1 xexamine.1 xex1to2.1 MAN5S=xex.5 MAN7S=atascii.7 -DOCS=README equates.inc *.dasm ksiders/atr.txt +DOCS=README equates.inc *.dasm LICENSE ksiders/atr.txt -SUBDIRS=ksiders +SUBDIRS=ksiders jindroush # All the programs share this version number... VERSION=0.2.1 @@ -197,5 +197,5 @@ install: all install-subdirs install-subdirs: subdirs for dir in $(SUBDIRS); do \ - make -C $$dir DESTDIR=$(DESTDIR) PREFIX=$(PREFIX) BINDIR=$(BINDIR) MAN1DIR=$(MAN1DIR); \ + make -C $$dir DESTDIR=$(DESTDIR) PREFIX=$(PREFIX) BINDIR=$(BINDIR) MAN1DIR=$(MAN1DIR) GZIP_MAN=$(GZIP_MAN) DOCDIR=$(DOCDIR) install; \ done -- cgit v1.2.3