Skip to content

Commit

Permalink
make the deployment makefile generate html from the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Jun 18, 2012
1 parent 3c7ddec commit e7ddbc4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile.deploy
Expand Up @@ -4,7 +4,10 @@ TWIKI_PLUGIN_MAKEFILE = twiki/JBrowsePlugin/Makefile.jbrowse

all: minify-js docs wig2png

release: release-normal release-min release-normal-test release-min-test
release: release-normal release-min release-normal-test release-min-test release-notes.html

release-notes.html: release-notes.txt
markdown release-notes.txt > $@

release-normal: superclean docs minify-js
dzil build;
Expand Down Expand Up @@ -67,6 +70,6 @@ superclean: clean

clean:
-mv index-debug.html index.html;
rm -rf docs/jsdoc *-min.js;
rm -rf docs/jsdoc *-min.js release-notes.html;

.PHONY: all clean superclean jbrowse minify-js docs doc wig2png release release-min release-normal release-normal-test release-min-test

0 comments on commit e7ddbc4

Please sign in to comment.