summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Smith <bmsmith@src.gnome.org>2006-06-12 05:18:34 +0000
committerBrent Smith <bmsmith@src.gnome.org>2006-06-12 05:18:34 +0000
commit7607d94ba1a16b5ce9371fd2898eb6a477fabff1 (patch)
tree0ecdb8a8dd86e985c3a251a29b2000ff6885b00b
parent834c14ce3342633f60606c284d21754dea593e19 (diff)
downloadyelp-7607d94ba1a16b5ce9371fd2898eb6a477fabff1.tar.gz
Some band-aids to get distcheck to not fail.
* po/POTFILES.in: * src/Makefile.am: Some band-aids to get distcheck to not fail.
-rw-r--r--ChangeLog6
-rw-r--r--po/POTFILES.in1
-rw-r--r--src/Makefile.am4
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index bb22b71f..5dd59a62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-06-11 Brent Smith <gnome@nextreality.net>
+ * po/POTFILES.in:
+ * src/Makefile.am:
+ Some band-aids to get distcheck to not fail.
+
+2006-06-11 Brent Smith <gnome@nextreality.net>
+
* configure.in:
* src/Yelper.cpp:
* src/yelp-bookmarks.c:
diff --git a/po/POTFILES.in b/po/POTFILES.in
index af97d311..953748b1 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -6,7 +6,6 @@ data/man.xml.in
data/toc.xml.in
data/ui/yelp.glade
data/yelp.schemas.in
-src/GNOME_Yelp.server.in
src/yelp-base.c
src/yelp-bookmarks.c
src/yelp-db-pager.c
diff --git a/src/Makefile.am b/src/Makefile.am
index bf1718b9..1b04771e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -166,7 +166,7 @@ test_uri_LDFLAGS = $(AM_LDFLAGS)
@INTLTOOL_SERVER_RULE@
-BUILT_SOURCES = yelp-marshal.h yelp-marshal.c server-bindings.h \
+BUILT_SOURCES = yelp-marshal.h stamp-yelp-marshal.h yelp-marshal.c server-bindings.h \
client-bindings.h
noinst_HEADERS = $(BUILT_SOURCES)
@@ -197,7 +197,7 @@ CLEANFILES = xgen-ymh xgen-ymc
MAINTAINERCLEANFILES = $(BUILT_SOURCES)
-EXTRA_DIST = yelp-marshal.list
+EXTRA_DIST = yelp-marshal.list yelp-infos.xml
install-exec-local:
rm -f $(DESTDIR)$(bindir)/gnome-help && \