Skip to content

Commit 7506b92

Browse files
committed
Release 1.2.2
1 parent c3d59e6 commit 7506b92

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Makefile.am

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,22 +77,23 @@ EXTRA_DIST=$(BASENAME).$(LANG1).metadix \
7777
apertium_spadir=$(prefix)/share/apertium/$(BASENAME)/
7878
apertium_spa_srcdir=$(prefix)/share/apertium/$(BASENAME)/
7979

80-
apertium_spa_DATA=$(TARGETS_COMMON) $(LANG1).prob $(BASENAME).$(LANG1).acx
80+
apertium_spa_DATA=$(TARGETS_COMMON) \
81+
$(LANG1).prob \
82+
$(BASENAME).$(LANG1).acx \
83+
$(BASENAME).$(LANG1).metadix \
84+
$(BASENAME).$(LANG1).rlx
8185

8286
pkgconfigdir = $(prefix)/share/pkgconfig
8387
pkgconfig_DATA = $(BASENAME).pc
8488

8589
noinst_DATA=modes/$(LANG1)-morph.mode
8690

8791
install-data-local: install-modes
88-
$(INSTALL_DATA) $(BASENAME).$(LANG1).metadix $(DESTDIR)$(apertium_spa_srcdir)
89-
$(INSTALL_DATA) $(BASENAME).$(LANG1).rlx $(DESTDIR)$(apertium_spa_srcdir)
9092

9193
CLEANFILES = $(TARGETS_COMMON)
9294
clean-local:
9395
-rm -rf .deps modes
9496

95-
9697
###############################################################################
9798
## Test
9899
###############################################################################

configure.ac

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
AC_PREREQ(2.52)
22

3-
AC_INIT([Apertium Spanish], [1.2.1], [apertium-stuff@lists.sourceforge.net], [apertium-spa], [https://wiki.apertium.org/wiki/Apertium-spa])
3+
AC_INIT([Apertium Spanish], [1.2.2], [apertium-stuff@lists.sourceforge.net], [apertium-spa], [https://wiki.apertium.org/wiki/Apertium-spa])
44
AM_INIT_AUTOMAKE
5-
65
AC_PROG_AWK
76

87
PKG_CHECK_MODULES(APERTIUM, apertium >= 3.7.1)

0 commit comments

Comments
 (0)