Japanese translation of message catalog for Sawfish Window-Manager
修订版 | 6a5f4884ecd9cc6ad1bf830d67204061a5fa348a (tree) |
---|---|
时间 | 2016-07-31 18:09:37 |
作者 | Christopher Roy Bratusek <nano@jpbe...> |
Commiter | Christopher Roy Bratusek |
dont_remove_wallpaper_jlc.patch [Debian] Jose M Calhariz
@@ -62,10 +62,7 @@ lisp : $(SAWFISH_LISP_FILES) | ||
62 | 62 | sawfish/wm.jlc : sawfish/wm.jl |
63 | 63 | $(COMPILE_ENV) $(sawfish_prog) compiler -f compile-batch $^ |
64 | 64 | |
65 | -non-jlc: all | |
66 | - rm sawfish/wm/ext/wallpaper.jlc | |
67 | - | |
68 | -install : all non-jlc installdirs | |
65 | +install : all installdirs | |
69 | 66 | set -e; for d in $(SUBDIRS); do \ |
70 | 67 | ( cd $$d && $(MAKE) $@ ); \ |
71 | 68 | done |