diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-20 19:16:04 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-20 19:16:04 +0100 |
commit | 9773bdc3e83c18ec2dcf1b4e8d59bac68b5a70d2 (patch) | |
tree | 6c4b0c48e04eff116a476ade577eb2484132e292 /pcr/apertium/apertium-es-ro/Makefile.am.patch | |
parent | 1f2e04ab21753fc2764036aa3c62f4ee6d73dece (diff) | |
download | abslibre-9773bdc3e83c18ec2dcf1b4e8d59bac68b5a70d2.tar.gz abslibre-9773bdc3e83c18ec2dcf1b4e8d59bac68b5a70d2.tar.bz2 abslibre-9773bdc3e83c18ec2dcf1b4e8d59bac68b5a70d2.zip |
pcr/apertium: updated to 3.4.2
Diffstat (limited to 'pcr/apertium/apertium-es-ro/Makefile.am.patch')
-rw-r--r-- | pcr/apertium/apertium-es-ro/Makefile.am.patch | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/pcr/apertium/apertium-es-ro/Makefile.am.patch b/pcr/apertium/apertium-es-ro/Makefile.am.patch deleted file mode 100644 index 7f41f13ed..000000000 --- a/pcr/apertium/apertium-es-ro/Makefile.am.patch +++ /dev/null @@ -1,46 +0,0 @@ ---- ../apertium-es-ro-0.7.1/Makefile.am 2007-10-11 21:06:30.000000000 +0200 -+++ apertium-es-ro-0.7.1/Makefile.am 2010-09-15 17:21:24.000000000 +0200 -@@ -49,7 +49,7 @@ - apertium-validate-transfer $(BASENAME).trules-$(PREFIX1).xml - apertium-preprocess-transfer $(BASENAME).trules-$(PREFIX1).xml \ - trules-$(PREFIX1).bin -- -+ - trules-$(PREFIX2).bin: $(BASENAME).trules-$(PREFIX2).xml - apertium-validate-transfer $(BASENAME).trules-$(PREFIX2).xml - apertium-preprocess-transfer $(BASENAME).trules-$(PREFIX2).xml \ -@@ -67,7 +67,7 @@ - $(BASENAME).$(LANG2).tsx $(BASENAME).trules-$(PREFIX1).xml \ - $(BASENAME).trules-$(PREFIX2).xml $(PREFIX1).prob $(PREFIX2).prob \ - modes.xml -- -+ - apertium_es_rodir=$(prefix)/share/apertium/apertium-$(PREFIX1)/ - apertium_es_modesdir=$(prefix)/share/apertium/modes/ - -@@ -79,20 +79,21 @@ - - modes: modes.xml - apertium-gen-modes modes.xml -- -+ - apertium_es_ro_DATA=$(PREFIX1).automorf.bin $(PREFIX2).automorf.bin \ - $(PREFIX1).autobil.bin $(PREFIX2).autobil.bin \ - $(PREFIX1).autogen.bin $(PREFIX2).autogen.bin \ - $(PREFIX1).autopgen.bin $(PREFIX2).autopgen.bin \ - $(PREFIX1).prob $(PREFIX2).prob trules-$(PREFIX1).xml \ - trules-$(PREFIX2).xml trules-$(PREFIX1).bin \ -- trules-$(PREFIX2).bin $(PREFIX1).mode $(PREFIX2).mode -+ trules-$(PREFIX2).bin $(PREFIX2).mode - - install-data-local: - apertium-gen-modes modes.xml apertium-$(PREFIX1) -+ $(INSTALL_DATA) $(PREFIX2).mode $(DESTDIR)$(apertium_es_modesdir) -+ $(INSTALL_DATA) $(BASENAME).trules-$(PREFIX2).xml $(BASENAME).trules-$(PREFIX1).xml $(DESTDIR)$(apertium_es_rodir) -+ - # spanish -> romanian is not currently functional ~fmt - # $(INSTALL_DATA) $(PREFIX1).mode $(apertium_es_modesdir) -- $(INSTALL_DATA) $(PREFIX2).mode $(apertium_es_modesdir) -- $(INSTALL_DATA) $(BASENAME).trules-$(PREFIX2).xml $(BASENAME).trules-$(PREFIX1).xml $(apertium_es_rodir) - - CLEANFILES = -rf $(TARGETS) modes |