Skip to content

Commit

Permalink
add doc to release target
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Oct 5, 2012
1 parent 4720dd1 commit 256b07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -61,7 +61,7 @@ clean:
docs:
@(set -o pipefail; $(CABAL) haddock --haddock-option=--no-warnings --hyperlink-source 2>&1 | $(SIMPLIFY))

release: clean install sdist hlint test
release: clean install sdist hlint test docs
@echo "*** SBV is ready for release!"

# use this as follows: make gold TGTS="cgUSB5"
Expand Down

0 comments on commit 256b07f

Please sign in to comment.