repo.or.cz
/
siplcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Set translation domain so translations actually used, improve the wording
[siplcs.git]
/
Makefile.am
blob
6807a0747571e39c46e18821e18dac9a913a497b
1
SUBDIRS = src pixmaps m4macros po
2
3
EXTRA_DIST = \
4
intltool-extract.in \
5
intltool-merge.in \
6
intltool-update.in \
7
AUTHORS \
8
README \
9
HACKING
10
11
CLEANFILES = \
12
intltool-extract \
13
intltool-update \
14
intltool-merge
15
16
MAINTAINERCLEANFILES = \
17
compile \
18
INSTALL \
19
config.h.in \
20
aclocal.m4 \
21
ltmain.sh \
22
Makefile.in \
23
depcomp \
24
missing \
25
install-sh \
26
configure \
27
config.sub \
28
config.guess \
29
intltool-extract.in \
30
intltool-merge.in \
31
intltool-update.in \
32
mkinstalldirs
33
34
tests:
35
pushd src; make tests; popd;