diff options
author | ben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-07-16 07:22:00 +0000 |
---|---|---|
committer | ben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-07-16 07:22:00 +0000 |
commit | c93603bb91c3a9ddad8e1bc7bbad525386412a48 (patch) | |
tree | 69281cdcd119ffc2402b2253b3681a7dcf52fdc0 /Compose | |
parent | e0def14b824a0ac652472f74472a70f2b98a7215 (diff) |
Hinweis zum installieren ergänzt
git-svn-id: https://svn.neo-layout.org@1938 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'Compose')
-rw-r--r-- | Compose/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Compose/Makefile b/Compose/Makefile index b184449..ee4d024 100644 --- a/Compose/Makefile +++ b/Compose/Makefile @@ -19,6 +19,7 @@ help : @echo " " compose file from modules \`mod1\', \`mod2\', and \`mod3\'. @echo Type \`make all\' to create default file set. @echo Type \`make clean\' to cleanup directory. + @echo Copy the file XCompose_mod1_mod2_mod3 to \~/.XCompose afterwards. all : $(addprefix XCompose_, $(DEFAULTS)) |