blob: aa737b7e2e1f4948c262f2e84f9cd592816a49a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- ../apertium-eo-en-1.0.0/Makefile.am 2010-02-03 15:43:40.000000000 +0100
+++ apertium-eo-en-1.0.0/Makefile.am 2010-09-15 14:18:53.000000000 +0200
@@ -149,9 +149,9 @@
install-data-local:
apertium-gen-modes modes.xml apertium-$(PREFIX1)
- $(INSTALL_DATA) $(PREFIX1).mode $(apertium_eo_modesdir)
- $(INSTALL_DATA) $(PREFIX2).mode $(apertium_eo_modesdir)
- $(INSTALL_DATA) $(BASENAME).$(PREFIX1).t1x $(BASENAME).$(PREFIX1).antaux_t2x $(BASENAME).$(PREFIX1).t2x $(BASENAME).$(PREFIX1).t3x $(apertium_eo_endir)
- $(INSTALL_DATA) $(BASENAME).$(PREFIX2).t1x $(BASENAME).$(PREFIX2).genitive.t1x $(BASENAME).$(PREFIX2).antaux_t2x $(BASENAME).$(PREFIX2).t2x $(BASENAME).$(PREFIX2).t3x $(apertium_eo_endir)
+ $(INSTALL_DATA) $(PREFIX1).mode $(DESTDIR)$(apertium_eo_modesdir)
+ $(INSTALL_DATA) $(PREFIX2).mode $(DESTDIR)$(apertium_eo_modesdir)
+ $(INSTALL_DATA) $(BASENAME).$(PREFIX1).t1x $(BASENAME).$(PREFIX1).antaux_t2x $(BASENAME).$(PREFIX1).t2x $(BASENAME).$(PREFIX1).t3x $(DESTDIR)$(apertium_eo_endir)
+ $(INSTALL_DATA) $(BASENAME).$(PREFIX2).t1x $(BASENAME).$(PREFIX2).genitive.t1x $(BASENAME).$(PREFIX2).antaux_t2x $(BASENAME).$(PREFIX2).t2x $(BASENAME).$(PREFIX2).t3x $(DESTDIR)$(apertium_eo_endir)
CLEANFILES = -rf $(TARGETS_COMMON) tmp1_$(BASENAME).$(LANG2).dix $(TARGETS) modes *.mode *.bin apertium-eo-en.eo-multiwords.xml
|