Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mor1 committed Aug 3, 2017
1 parent 90b7a25 commit 0614ed4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 19 deletions.
10 changes: 8 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
### 0.1.3 (2017-08-02)

* Upgrade build to use `jbuilder` and modern `opam`, `topkg`, etc
* Fix a few warnings

### 0.1.2 (2016-01-07)

* Fix handling several command line flags (`--today`, `--plain`, `--separator`)
* Fix handling several command line flags (`--today`, `--plain`,
`--separator`)

### 0.1.1 (2016-01-05)

* Initial release
* Initial release
19 changes: 3 additions & 16 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: build clean test install uninstall
.PHONY: build clean test install uninstall doc

build:
jbuilder build --dev
Expand All @@ -15,18 +15,5 @@ install:
uninstall:
jbuilder uninstall

# until we have https://github.com/ocaml/opam-publish/issues/38

REPO=../opam-repository
PACKAGES=$(REPO)/packages

pkg-%:
topkg opam pkg -n $*
mkdir -p $(PACKAGES)/$*
cp -r _build/$*.* $(PACKAGES)/$*/
rm -f $(PACKAGES)/$*/$*.opam
cd $(PACKAGES) && git add $*

PKGS=$(basename $(wildcard *.opam))
opam-pkg:
$(MAKE) $(PKGS:%=pkg-%)
doc:
jbuilder build @doc
1 change: 1 addition & 0 deletions doc/api.odocl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src/Ocal
Empty file removed doc/doc.odocl
Empty file.
1 change: 0 additions & 1 deletion ocal.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
opam-version: "1.2"
name: "ocal"
version: "0.1.1"
maintainer: "Richard Mortier <[email protected]>"
authors: [ "Richard Mortier" ]
license: "ISC"
Expand Down

0 comments on commit 0614ed4

Please sign in to comment.