]> www.fi.muni.cz Git - evince.git/commitdiff
Fix distcheck
authorMarco Pesenti Gritti <marco@gnome.org>
Sun, 2 Jan 2005 12:27:03 +0000 (12:27 +0000)
committerMarco Pesenti Gritti <marco@src.gnome.org>
Sun, 2 Jan 2005 12:27:03 +0000 (12:27 +0000)
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

ChangeLog
Makefile.am
backend/Makefile.am
dvi/Makefile.am
dvi/dvilib/Makefile.am
pdf/xpdf/Makefile.am
po/POTFILES.in
ps/Makefile.am

index b1f569b351319f124158dc5d431c4fed230acecc..d4e01e55ecd8753819e3a85e35f1f4f98af5d10a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+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):
index 631f74b18a78be44029e3977e54cc5e4934b406a..e9c225c9f74102b7e9298fc4557e476116496c7c 100644 (file)
@@ -3,3 +3,8 @@ SUBDIRS = cut-n-paste data backend po pdf dvi ps pixbuf shell
 intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in
 
 EXTRA_DIST = $(intltool_extra)
+
+DISTCLEANFILES =               \
+       intltool-extract        \
+       intltool-merge          \
+       intltool-update
index d1f5cbf06843e9e3926c6fee2416a0957d73ee2f..1e77a3535d835d6e74d9a66e134025494583b669 100644 (file)
@@ -23,17 +23,17 @@ libevbackend_la_SOURCES=                    \
        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
 
index 7694744d9802b7ef6f086de505bb8f837ebae84c..5468296524347dbf4e6bde5e1a9e6ff72b67e953 100644 (file)
@@ -1,7 +1,7 @@
 SUBDIRS = dvilib
 
 INCLUDES =                                     \
-       -Idvilib                                \
+       -I$(srcdir)/dvilib                      \
        $(DVI_CFLAGS)                           \
        -I$(top_srcdir)
 
@@ -20,7 +20,9 @@ dviviewer_SOURCES =                           \
        view.cc                                 \
                                                \
        model.hh                                \
-       model.cc
+       model.cc                                \
+                                               \
+       observer.hh
 
 dviviewer_LDADD =                              \
         $(top_builddir)/dvi/dvilib/libdvilib.a \
index 5331ab0d0a01d99069f939145b0a1ee1965594c3..2ccb2e10c7e05c5e63c77cd0fb58f4b3cbfba729 100644 (file)
@@ -13,8 +13,10 @@ libdvilib_a_SOURCES =                                \
        dl-dvi-file.hh                          \
        dl-dvi-fontdefinition.hh                \
        dl-dvi-parser.hh                        \
+       dl-dvi-program.hh                       \
        dl-dvi-runtime.hh                       \
        dl-font.hh                              \
        dl-loader.hh                            \
        dl-pkfont.hh                            \
+       dl-refcounted.hh                        \
        dl-vffont.hh
index 4e0f928787141c76f610af65cce0bfecde1d087d..bbd94e8fec3873acc88d1baf445fcc3e9662c3b3 100644 (file)
@@ -97,7 +97,9 @@ libxpdf_la_SOURCES =          \
        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.
@@ -124,4 +126,4 @@ libpdfdocument_la_LIBADD =                                          \
        $(top_builddir)/pdf/fofi/libfofi.la                     \
        $(top_builddir)/pdf/splash/libsplash.la
 
-EXTRA_DIST = config.h
+EXTRA_DIST = xpdfconfig.h
index 6a7fd508c181adcbca2d804cf06c0e264fe0857d..12b4680d8034f20dc47acbe41208822707333b39 100644 (file)
@@ -1,8 +1,6 @@
 # List of source files containing translatable strings.
 # Please keep this file sorted alphabetically.
 [encoding: UTF-8]
-ps/ggvutils.c
-ps/gtkgs.c
 shell/eggfindbar.c
 shell/ev-application.c
 shell/ev-window.c
index af7d17ab1e6391da00a53cd0dfad99f6e4fb22c4..0752d2f04455c3b217a1c397a414e2a04858569a 100644 (file)
@@ -11,6 +11,7 @@ libgtkgs_la_SOURCES =         \
        gsio.h          \
        gsdefaults.c    \
        gsdefaults.h    \
+       gstypes.h       \
        ps.c            \
        ps.h            \
        ps-document.c   \