Skip to content

Commit

Permalink
Merge pull request #1444 from OCamlPro/1.1
Browse files Browse the repository at this point in the history
1.1 update (fix configure, install manpages, and bump version to 1.1.2)
  • Loading branch information
AltGr committed Jun 12, 2014
2 parents 02863c9 + 35bd23a commit d6037ff
Show file tree
Hide file tree
Showing 27 changed files with 62 additions and 805 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.1.1-2
1.1.2
* Backport the new OCamlMakefile-based build system from 1.2

1.1.1
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ tests-%: opam opam-admin opam-check
doc: opam-lib
$(MAKE) -C doc

.PHONY: man
man: opam-lib
$(MAKE) -C doc $@

configure: configure.ac m4/*.m4
aclocal -I m4
autoconf
Expand Down

0 comments on commit d6037ff

Please sign in to comment.