Skip to content

Commit

Permalink
remove the rest of the badle merged target
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson committed Oct 24, 2016
1 parent 0f0bcb6 commit 00c48e4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Expand Up @@ -43,12 +43,6 @@ docs-schema-html: docs-schema-ready ## Convert Galaxy Tool XSD Markdown docs int
open-docs-schema: docs-schema-html ## Open HTML generated from Galaxy Tool XSD.
$(OPEN_RESOURCE) $(DOCS_DIR)/schema.html

ready-slides:
test -f plantuml.jar || wget http://jaist.dl.sourceforge.net/project/plantuml/plantuml.jar
java -jar plantuml.jar -c $(DOC_SOURCE_DIR)/slideshow/galaxy_architecture_2015/images/plantuml_options.txt -tsvg $(DOC_SOURCE_DIR)/slideshow/galaxy_architecture_2015/images/ *.plantuml.txt

$(IN_VENV) python scripts/slideshow/build_slideshow.py 'Galaxy Architecture' doc/source/slideshow/galaxy_architecture_2015/galaxy_architecture_2015.md

_open-docs:
$(OPEN_RESOURCE) $(DOCS_DIR)/_build/html/index.html

Expand Down

0 comments on commit 00c48e4

Please sign in to comment.