From 33d0df636f2311bf7bb3e9bccf867b631930c038 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 27 Mar 2009 15:37:39 +0000 Subject: [PATCH] Create *.annot files (for emacs C-c C-t) --- .gitignore | 1 + Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5edb589..7258eb7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.cmo *.cmx *.o +*.annot rpmdepsize-*.tar.gz Makefile.in Makefile diff --git a/Makefile.am b/Makefile.am index e55b08b..41ddc7b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,7 @@ bin_SCRIPTS = rpmdepsize rpmdepsize: $(MLFILES) $(OCAMLFIND) $(OCAMLBEST) \ + -dtypes \ -package lablgtk2,sexplib,unix,extlib,sexplib.syntax \ -syntax camlp4o \ -linkpkg \ -- 1.8.3.1