Skip to content

Commit

Permalink
Better alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Oct 7, 2021
1 parent 7a8acb0 commit b1e6bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ reports/%.md: wp/Human/%.ttl wp/gpml/Human/%.ttl src/java/main/org/wikipathways/
@java -cp libs/jena-arq-3.17.0.jar:src/java/main/:libs/wikipathways.curator-1-SNAPSHOT-jar-with-dependencies.jar org.wikipathways.covid.CheckRDF $< > $@

index.md:
@echo "# Validation Reports\n" > index.md
@echo "<img style=\"float: right; width: 200px\" src=\"logo.png\" />\n" >> index.md
@echo "<img style=\"float: right; width: 200px\" src=\"logo.png\" />\n" > index.md
@echo "# Validation Reports\n" >> index.md
@for report in $(REPORTS) ; do \
echo "* [$$report]($$report)" >> index.md ; \
done
Expand Down

0 comments on commit b1e6bf6

Please sign in to comment.