forked from tapule/Gelide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
62 lines (53 loc) · 1.05 KB
/
Makefile.am
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
## Process this file with automake to produce Makefile.in
#ACLOCAL_AMFLAGS = -I m4
# Indicamos los subdirectorios a procesar
SUBDIRS = \
data \
doc \
help \
pixmap \
po \
src \
ui
# Lugar de instalación de la documentación estandar
gelidedocdir = ${prefix}/share/doc/gelide
# Archivos de documentación estandar a instalar
gelidedoc_DATA = \
AUTHORS \
ChangeLog \
COPYING \
INSTALL \
NEWS \
README
# Incluir los archivos de datos estandar en la distribución
EXTRA_DIST = \
$(gelidedoc_DATA) \
gnome-doc-utils.make \
po/gelide.pot \
m4
DISCLEAN = \
gnome-doc-utils.make
# Limpieza de ficheros con "make maintainerclean"
MAINTAINERCLEANFILES = \
aclocal.m4 \
config.guess \
config.h \
config.h.in \
config.log \
config.status \
config.sub \
configure \
depcomp \
gelide*.tar.gz \
gnome-doc-utils.make \
install-sh \
libtool \
ltmain.sh \
Makefile \
Makefile.in \
missing \
mkinstalldirs \
stamp-h1 \
m4/*.m4
#DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper