Skip to content

Commit

Permalink
Merge pull request #164 from OCR-D/modularize-wfguide
Browse files Browse the repository at this point in the history
Modularize wfguide
  • Loading branch information
kba authored Sep 30, 2020
2 parents 6b46d42 + d39eb75 commit 6f1827e
Show file tree
Hide file tree
Showing 9 changed files with 2,610 additions and 1,326 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,10 @@ spec:
> $(SRCDIR)/$$lang/spec/$$basename; \
done; \
done

site/en/workflows.md: site/en/workflows.src.md $(wildcard repo/ocrd-website.wiki/Workflow-Guide-*.md)
SHLOG_TERM=info shinclude -c xml site/en/workflows.src.md > $@
@echo "!!!"
@echo "!!! Manually edit site/en/workflows.md before comitting!"
@echo "!!!"

202 changes: 90 additions & 112 deletions docs/en/workflows.html

Large diffs are not rendered by default.

Loading

0 comments on commit 6f1827e

Please sign in to comment.