X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=Makefile.am;h=de5ad3e78595345947e0e146eeb730fa438d4423;hb=6b0baad9910e782e9a1be407869e39b4086dc58f;hp=ac591419edbca23166f8c0846744ec32e7b2090e;hpb=13c49bea656a4f495e2c4baedab130eab367ae4f;p=evince.git diff --git a/Makefile.am b/Makefile.am index ac591419..de5ad3e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,11 @@ SUBDIRS = cut-n-paste po help data # Backends -SUBDIRS += pdf ps +SUBDIRS += pdf + +if ENABLE_PS +SUBDIRS += ps +endif if ENABLE_PIXBUF SUBDIRS += pixbuf @@ -20,6 +24,10 @@ if ENABLE_DVI SUBDIRS += dvi endif +if ENABLE_COMICS + SUBDIRS += comics +endif + SUBDIRS += backend # Library @@ -36,14 +44,15 @@ SUBDIRS += shell thumbnailer intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in -EXTRA_DIST = $(intltool_extra) +EXTRA_DIST = $(intltool_extra) gnome-doc-utils.make DISTCLEANFILES = \ + gnome-doc-utils.make \ intltool-extract \ intltool-merge \ intltool-update -DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install +DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper # Ignore scrollkeeper issues for now. @#*$& scrollkeeper distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/gnome/help/ | grep -v \.omf