mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
13 lines
184 B
Makefile
13 lines
184 B
Makefile
datadir = @datadir@/tessdata
|
|
|
|
data_DATA = pdf.ttf
|
|
EXTRA_DIST = $(data_DATA)
|
|
|
|
SUBDIRS = configs tessconfigs
|
|
|
|
langdata =
|
|
|
|
uninstall-local:
|
|
cd $(DESTDIR)$(datadir); \
|
|
rm -f $(langdata)
|