Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TinoDidriksen committed Apr 7, 2021
1 parent c3d59e6 commit 7506b92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 5 additions & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -77,22 +77,23 @@ EXTRA_DIST=$(BASENAME).$(LANG1).metadix \
apertium_spadir=$(prefix)/share/apertium/$(BASENAME)/
apertium_spa_srcdir=$(prefix)/share/apertium/$(BASENAME)/

apertium_spa_DATA=$(TARGETS_COMMON) $(LANG1).prob $(BASENAME).$(LANG1).acx
apertium_spa_DATA=$(TARGETS_COMMON) \
$(LANG1).prob \
$(BASENAME).$(LANG1).acx \
$(BASENAME).$(LANG1).metadix \
$(BASENAME).$(LANG1).rlx

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

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

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

CLEANFILES = $(TARGETS_COMMON)
clean-local:
-rm -rf .deps modes


###############################################################################
## Test
###############################################################################
Expand Down
3 changes: 1 addition & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
AC_PREREQ(2.52)

AC_INIT([Apertium Spanish], [1.2.1], [[email protected]], [apertium-spa], [https://wiki.apertium.org/wiki/Apertium-spa])
AC_INIT([Apertium Spanish], [1.2.2], [[email protected]], [apertium-spa], [https://wiki.apertium.org/wiki/Apertium-spa])
AM_INIT_AUTOMAKE

AC_PROG_AWK

PKG_CHECK_MODULES(APERTIUM, apertium >= 3.7.1)
Expand Down

0 comments on commit 7506b92

Please sign in to comment.