Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « MGIZA « alignment-enabled « experimental - github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8b28f815feb25dfc0d13953b1e6821af1e531adb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
## Process this file with automake to produce Makefile.in
## Created by Anjuta

SUBDIRS = src 

mgizadocdir = ${prefix}/doc/mgiza
mgizadoc_DATA = \
	README\
	COPYING\
	AUTHORS\
	ChangeLog\
	INSTALL\
	NEWS

mgizascriptsdir = ${prefix}/scripts/

mgizascripts_SCRIPTS = \
				   scripts/*

EXTRA_DIST = $(mgizadoc_DATA) \
	         ${mgizascripts_SCRIPTS}
# Copy all the spec files. Of cource, only one is actually used.
dist-hook:
	for specfile in *.spec; do \
		if test -f $$specfile; then \
			cp -p $$specfile $(distdir); \
		fi \
	done