UB-Mannheim / ocr-fileformat

Validate and transform various OCR file formats (hOCR, ALTO, PAGE, FineReader)
https://digi.bib.uni-mannheim.de/ocr-fileformat/
MIT License
176 stars 23 forks source link

vendor/Makefile: page-to-alto is phony #154

Closed bertsky closed 1 year ago

bertsky commented 1 year ago

fixes #153

stweil commented 1 year ago

In the old code the installation of page-to-alto was a side effect of make all. make install (which also respects DESTDIR) had no effect on its installation.

The suggested pull request restores the old behaviour partially. With my addition, it also restores make for gcv2hocr (which is built, but never installed).

stweil commented 1 year ago

gcv2hocr needs one more fix. Therefore I merge now and apply that fix on top.