Use separate package, following upstream repository split OBS-URL: https://build.opensuse.org/request/show/727735 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/caml-mode?expand=0&rev=1
16 lines
504 B
Diff
16 lines
504 B
Diff
--- a/emacs/Makefile
|
|
+++ b/emacs/Makefile
|
|
@@ -80,10 +80,10 @@
|
|
simple-install:
|
|
@echo "Installing in $(EMACSDIR)..."
|
|
if test -d $(EMACSDIR); then : ; else mkdir -p $(EMACSDIR); fi
|
|
- $(INSTALL_DATA) $(FILES) $(EMACSDIR)
|
|
if [ -z "$(NOCOMPILE)" ]; then \
|
|
- cd $(EMACSDIR); $(EMACS) --batch --eval '$(COMPILECMD)'; \
|
|
+ $(EMACS) --batch --eval '$(COMPILECMD)'; \
|
|
fi
|
|
+ $(INSTALL_DATA) $(FILES) *caml*.elc $(EMACSDIR)
|
|
|
|
ocamltags: ocamltags.in
|
|
sed -e 's:@EMACS@:$(EMACS):' ocamltags.in >ocamltags
|