Skip to content

Commit

Permalink
Update the "dist" target
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Jan 2, 2014
1 parent 5603ea7 commit 62f6854
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 prefix)/share/tuareg

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

EMACS ?= emacs

Expand Down
6 changes: 3 additions & 3 deletions tuareg-site-file.el
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ the ocamldebug commands `cd DIR' and `directory'.
;;;***

;;;### (autoloads (tuareg-run-ocaml tuareg-mode) "tuareg" "tuareg.el"
;;;;;; (21122 7932 481646 772000))
;;;;;; (21189 22919 886079 817000))
;;; Generated autoloads from tuareg.el
(add-to-list 'auto-mode-alist '("\\.ml[iylp]?\\'" . tuareg-mode))
(dolist (ext '(".cmo" ".cmx" ".cma" ".cmxa" ".cmi" ".annot"))
Expand Down Expand Up @@ -102,8 +102,8 @@ Run an OCaml toplevel process. I/O via buffer `*ocaml-toplevel*'.

;;;***

;;;### (autoloads nil nil ("tuareg-light.el") (21122 8234 510219
;;;;;; 207000))
;;;### (autoloads nil nil ("tuareg-light.el") (21189 25767 233265
;;;;;; 173000))

;;;***

0 comments on commit 62f6854

Please sign in to comment.