Skip to content

Commit

Permalink
syn.rlx'es (unused) moved to monolingual dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
unhammer committed May 20, 2014
1 parent 441fb39 commit 995979f
Show file tree
Hide file tree
Showing 4 changed files with 18,922 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/README -text
/apertium-nob.nob.dix -text
/apertium-nob.nob.rlx -text
/apertium-nob.nob.syn.rlx -text
/apertium-nob.nob.tsx -text
/apertium-nob.pc.in -text
/autogen.sh -text
Expand Down
8 changes: 7 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ BASENAME=apertium-$(LANG1)

TARGETS_COMMON = $(LANG1).automorf.bin $(LANG1).autogen.bin \
$(LANG1).automorf.att.gz $(LANG1).autogen.att.gz \
$(LANG1).rlx.bin
$(LANG1).rlx.bin \
$(LANG1).syn.rlx.bin

###############################################################################
## Norwegian Bokmål transducer
Expand All @@ -36,11 +37,15 @@ $(LANG1).automorf.att.gz: $(LANG1).automorf.bin
$(LANG1).rlx.bin: $(BASENAME).$(LANG1).rlx
cg-comp $< $@

$(LANG1).syn.rlx.bin: $(BASENAME).$(LANG1).syn.rlx
cg-comp $< $@

###############################################################################
## Distribution
###############################################################################
EXTRA_DIST=$(BASENAME).$(LANG1).dix \
$(BASENAME).$(LANG1).rlx \
$(BASENAME).$(LANG1).syn.rlx \
$(LANG1).prob \
$(BASENAME).$(LANG1).tsx \
modes.xml
Expand Down Expand Up @@ -72,6 +77,7 @@ install-data-local:
test -d $(DESTDIR)$(apertium_nob_srcdir) || mkdir -p $(DESTDIR)$(apertium_nob_srcdir)
$(INSTALL_DATA) $(BASENAME).$(LANG1).dix $(DESTDIR)$(apertium_nob_srcdir)
$(INSTALL_DATA) $(BASENAME).$(LANG1).rlx $(DESTDIR)$(apertium_nob_srcdir)
$(INSTALL_DATA) $(BASENAME).$(LANG1).syn.rlx $(DESTDIR)$(apertium_nob_srcdir)
$(INSTALL_DATA) $(BASENAME).$(LANG1).tsx $(DESTDIR)$(apertium_nob_srcdir)

CLEANFILES = $(TARGETS_COMMON)
Expand Down
Loading

0 comments on commit 995979f

Please sign in to comment.