aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJames A. Treacy <treacy>1998-11-23 07:56:34 +0000
committerJames A. Treacy <treacy>1998-11-23 07:56:34 +0000
commit46232b20e0b9b313d8fbcc6640c9f1e005e93fc4 (patch)
tree850db4d114989e627314c77ff08b8929978e5ca7 /Makefile
parentd3c8f3f0b77609f4370d492581a12b869dd706e8 (diff)
makefile to make all langs
CVS version numbers Makefile: INITIAL -> 1.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 00000000000..6a2e2c938d4
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+all:
+ - $(MAKE) -C danish install
+ - $(MAKE) -C english install
+ - $(MAKE) -C french install
+ - $(MAKE) -C german install
+ - $(MAKE) -C italian
+ - $(MAKE) -C japanese
+ - $(MAKE) -C spanish install
+

© 2014-2024 Faster IT GmbH | imprint | privacy policy