aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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