Skip to content

Commit 62f6854

Browse files
committed
Update the "dist" target
1 parent 5603ea7 commit 62f6854

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ELC = $(ELS:.el=.elc)
1515
INSTALL_FILES = $(ELS) $(ELC)
1616
INSTALL_DIR ?= $(shell opam config var prefix)/share/tuareg
1717

18-
DIST_FILES += $(ELS) Makefile README
18+
DIST_FILES += $(ELS) Makefile README.md
1919

2020
EMACS ?= emacs
2121

tuareg-site-file.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ the ocamldebug commands `cd DIR' and `directory'.
2020
;;;***
2121

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

103103
;;;***
104104

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

108108
;;;***
109109

0 commit comments

Comments
 (0)