aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c190ec0..bee65b9 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,12 @@ all: XXMakefile
install: XXMakefile
$(MAKE) -f XXMakefile install
+install-core: XXMakefile
+ $(MAKE) -f XXMakefile install-core
+
+install-helpfile: XXMakefile
+ $(MAKE) -f XXMakefile install-helpfile
+
install-scripts: XXMakefile
$(MAKE) -f XXMakefile install-scripts