X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Goalfile.in;h=7dca26fba93f7b006145b9e35c112ded81d58222;hb=refs%2Fheads%2Fmaster;hp=722fd2b0b00a33abc3f8d4879d48faf1b855d672;hpb=de4e8bdee098f0c7206e088c0ef46140c5cb5567;p=goals.git diff --git a/Goalfile.in b/Goalfile.in index 722fd2b..7dca26f 100644 --- a/Goalfile.in +++ b/Goalfile.in @@ -92,7 +92,7 @@ goal tool = : ocaml_link ("src/goals", objects) ; # Parser. "src/parser.mli", "src/parser.ml" : "src/parser.mly" { - %MENHIR --explain %< + %MENHIR --explain --code-ancient %< # Hack required to break circular dependencies. echo 'val lexer_read : (Lexing.lexbuf -> token) option ref' >> src/parser.mli echo 'val eval_substitute : (Ast.env -> Ast.loc -> Ast.substs -> string) option ref' >> src/parser.mli @@ -222,10 +222,13 @@ let distfiles = [ ".gitignore", "COPYING", "Goalfile.in", + "Makefile.am", "Makefile.in", "README", "TODO", + "aclocal.m4", "autogen.sh", + "compile", "config.h.in", "configure", "configure.ac", @@ -233,6 +236,7 @@ let distfiles = [ "goals.spec.in", "install-sh", "m4/ocaml.m4", + "missing", "run.in", "src/.depend", sources, @@ -318,7 +322,7 @@ goal maintainer-release = : dist, let websitedir = "%HOME/d/websites/people.redhat.com/goals" -# XXX Should actually use the *url tactic here. +# XXX Should actually use the is-url predicate here. goal maintainer-upload = : distcheck { [ -d %websitedir ] cp %tarfile %websitedir/files