From 1d82ea21d8bcaa046297ec944e8c035f3f30f703 Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Tue, 22 Mar 2022 13:25:39 +0100 Subject: [PATCH] add ocrd-segment-project executable for ocrd_segment --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 14247fff..49a24451 100644 --- a/Makefile +++ b/Makefile @@ -360,6 +360,7 @@ OCRD_SEGMENT += $(BIN)/ocrd-segment-extract-pages OCRD_SEGMENT += $(BIN)/ocrd-segment-replace-original OCRD_SEGMENT += $(BIN)/ocrd-segment-replace-page OCRD_SEGMENT += $(BIN)/ocrd-segment-repair +OCRD_SEGMENT += $(BIN)/ocrd-segment-project $(call multirule,$(OCRD_SEGMENT)): ocrd_segment ifeq (0,$(MAKELEVEL)) $(MAKE) -B -o $< $(notdir $(OCRD_SEGMENT)) VIRTUAL_ENV=$(SUB_VENV)/headless-tf1