[yelp] Fixed distcheck errors
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp] Fixed distcheck errors
- Date: Mon, 21 Feb 2011 21:28:20 +0000 (UTC)
commit d192e8ecbffb94ac91dfa4d84be3768534866d37
Author: Shaun McCance <shaunm gnome org>
Date: Mon Feb 21 16:28:39 2011 -0500
Fixed distcheck errors
po/POTFILES.in | 2 ++
tests/test-uri.c | 3 ---
2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 9580055..fe485a9 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -18,6 +18,8 @@ libyelp/yelp-mallard-document.c
libyelp/yelp-man-document.c
libyelp/yelp-settings.c
libyelp/yelp-simple-document.c
+libyelp/yelp-sqlite-storage.c
+libyelp/yelp-storage.c
libyelp/yelp-transform.c
libyelp/yelp-uri.c
libyelp/yelp-view.c
diff --git a/tests/test-uri.c b/tests/test-uri.c
index e9b8cc1..5586fc4 100644
--- a/tests/test-uri.c
+++ b/tests/test-uri.c
@@ -65,9 +65,6 @@ print_uri (gchar *orig, YelpUri *uri, GOutputStream *stream)
case YELP_URI_DOCUMENT_TYPE_HELP_LIST:
type = "TOC";
break;
- case YELP_URI_DOCUMENT_TYPE_SEARCH:
- type = "SEARCH";
- break;
case YELP_URI_DOCUMENT_TYPE_NOT_FOUND:
type = "NOT FOUND";
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]