Skip to content

Commit

Permalink
Move tuareg.install into the root dir and make it part of the tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Mar 23, 2015
1 parent 11d54f9 commit f97b800
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ELC = $(ELS:.el=.elc)
INSTALL_FILES = $(ELS) $(ELC)
INSTALL_DIR ?= $(shell opam config var share)/emacs/site-lisp

DIST_FILES += $(ELS) Makefile README.md
DIST_FILES += $(ELS) Makefile README.md tuareg.install

EMACSFORMACOSX = /Applications/Emacs.app/Contents/MacOS/Emacs
ifeq ($(wildcard $(EMACSFORMACOSX)),$(EMACSFORMACOSX))
Expand Down
9 changes: 8 additions & 1 deletion opam/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,15 @@ authors: [
homepage: "https://forge.ocamlcore.org/projects/tuareg/"
bug-reports: "https://forge.ocamlcore.org/tracker/?group_id=43"
dev-repo: "https://github.com/ocaml/tuareg.git"
build: [make "tuareg-site-file.el"]
build: [
[make "tuareg-site-file.el"]
]
depends: "caml-mode"
depexts: [
[["debian"] ["emacs-nox"]]
[["ubuntu"] ["emacs-nox"]]
[["centos"]["emacs-nox"]]
]
post-messages: "
If you have not yet done so, please add in ~/.emacs.d/init.el or
in ~/.emacs to following line:
Expand Down
File renamed without changes.

0 comments on commit f97b800

Please sign in to comment.