+2005-01-02 Marco Pesenti Gritti <marco@gnome.org>
+
+ * Makefile.am:
+ * backend/Makefile.am:
+ * data/Makefile.am:
+ * dvi/Makefile.am:
+ * dvi/dvilib/Makefile.am:
+ * pdf/xpdf/Makefile.am:
+ * po/POTFILES.in:
+ * ps/Makefile.am:
+
+ Fix distcheck
+
2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
* shell/ev-view.c: (ev_view_realize):
ev-ps-exporter.h \
$(NULL)
+BUILT_SOURCES= \
+ ev-backend-marshalers.h \
+ ev-backend-marshalers.c
+
+CLEANFILES = $(BUILT_SOURCES)
+
ev-backend-marshalers.h: ev-backend-marshalers.list
- cd $(srcdir) \
- && $(GLIB_GENMARSHAL) --prefix=_ev_backend_marshal ev-backend-marshalers.list --header > xgen-emh \
- && cp xgen-emh ev-backend-marshalers.h \
- && rm -f xgen-emh xgen-emh~
+ $(GLIB_GENMARSHAL) --prefix=_ev_backend_marshal $(srcdir)/ev-backend-marshalers.list --header > $@
ev-backend-marshalers.c: ev-backend-marshalers.list
- cd $(srcdir) \
- && $(GLIB_GENMARSHAL) --prefix=_ev_backend_marshal ev-backend-marshalers.list --body > xgen-emc \
- && cp xgen-emc ev-backend-marshalers.c \
- && rm -f xgen-emc xgen-emc~
+ $(GLIB_GENMARSHAL) --prefix=_ev_backend_marshal $(srcdir)/ev-backend-marshalers.list --body > $@
ev-backend-marshal.c: ev-backend-marshalers.h ev-backend-marshalers.c
PSOutputDev.h \
TextOutputDev.cc \
TextOutputDev.h \
- UTF8.h
+ UTF8.h \
+ \
+ gpdf-g-switch.h
# The sources at the end are put in libxpdf.a for convenience here, but are
# conceptually part of the apps not part of the libs.
$(top_builddir)/pdf/fofi/libfofi.la \
$(top_builddir)/pdf/splash/libsplash.la
-EXTRA_DIST = config.h
+EXTRA_DIST = xpdfconfig.h