Skip to content

Commit

Permalink
automatic models makings
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommi A Pirinen committed May 16, 2019
1 parent f9a11b8 commit ea9a32a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 9 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,20 @@
## Licence: GPL v3 (not newer)

## N.B. GNU standards COPYING AUTHORS INSTALL README NEWS need not be declared
SUBDIRS = src doc man test docs
SUBDIRS = src man test docs
ACLOCAL_AMFLAGS = -I m4

pkgconfigdir=$(datarootdir)/pkgconfig
pkgconfig_DATA=omorfi.pc

omorfi-models-$(PACKAGE_VERSION).tar.xz:
tar -C src/generated -cJvf omorfi-models-$(PACKAGE_VERSION).tar.xz \
omorfi.accept.hfst omorfi.analyse.hfst omorfi.describe.hfst \
omorfi.generate.hfst omorfi_recased.analyse.hfst \
omorfi_recased.describe.hfst omorfi.segment.hfst \
omorfi.labelsegment.hfst


conversions:
$(MAKE) -C src conversions

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ AX_CXX_COMPILE_STDCXX_11
# Checks for library functions

AC_CONFIG_FILES([Makefile src/Makefile src/voikko/index.xml
doc/Makefile test/Makefile test/test-header.yaml
test/Makefile test/test-header.yaml
omorfi.pc man/Makefile docs/Makefile])
AC_CONFIG_FILES([src/bash/omorfi.bash])
AC_CONFIG_FILES([test/unimorph-test.bash],
Expand Down
8 changes: 0 additions & 8 deletions doc/Makefile.am

This file was deleted.

0 comments on commit ea9a32a

Please sign in to comment.