]> www.fi.muni.cz Git - evince.git/blob - Makefile.am
Started this for translations of manual. Migrated to gnome-doc-utils.
[evince.git] / Makefile.am
1 SUBDIRS = cut-n-paste po help data
2
3 # Backends
4
5 SUBDIRS += pdf ps
6
7 if ENABLE_PIXBUF
8 SUBDIRS += pixbuf    
9 endif
10
11 if ENABLE_DJVU
12 SUBDIRS += djvu
13 endif
14
15 if ENABLE_TIFF
16 SUBDIRS += tiff
17 endif
18
19 if ENABLE_DVI
20 SUBDIRS += dvi
21 endif
22
23 SUBDIRS += backend
24
25 # Library
26
27 SUBDIRS += lib
28
29 # Properties (library and application)
30
31 SUBDIRS += properties
32
33 # Applications 
34
35 SUBDIRS += shell thumbnailer
36
37 intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in
38
39 EXTRA_DIST = $(intltool_extra) gnome-doc-utils.make
40
41 DISTCLEANFILES =                \
42         gnome-doc-utils.make    \
43         intltool-extract        \
44         intltool-merge          \
45         intltool-update
46
47 DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper
48
49 # Ignore scrollkeeper issues for now.  @#*$& scrollkeeper
50 distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/gnome/help/ | grep -v \.omf