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

`make all` wants to write to `PREFIX` #176

Open stweil opened 6 months ago

stweil commented 6 months ago

As a user I don't expect that make all will write files to PREFIX (which typically requires root permission). Writing such files should only be done with make install or sudo make install if required.