# BEGIN-EVAL makefile-parser --make-help Makefile .PHONY: help install help: @echo "" @echo " Targets" @echo "" @echo " install Install with pip" @echo " models Downloads the pre-trained models from qurator-data.de" @echo " test Run tests" @echo " clean Remove copies/results in test/assets" @echo "" @echo " Variables" @echo "" # END-EVAL # Install with pip install: pip install . # Downloads the pre-trained models from qurator-data.de .PHONY: models models: ocrd resmgr download ocrd-sbb-binarize "*" repo/assets/data: git submodule update --init # Setup test data test/assets: repo/assets/data @mkdir -p $@ cp -r -t $@ $