summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-02-21 16:28:39 -0500
committerShaun McCance <shaunm@gnome.org>2011-02-21 16:28:39 -0500
commitd192e8ecbffb94ac91dfa4d84be3768534866d37 (patch)
treedf54c4912cf4d7116110b801b909e85dbcee1123
parent925eb25ee1e3696e112993db276f194ac9ded54a (diff)
downloadyelp-d192e8ecbffb94ac91dfa4d84be3768534866d37.tar.gz
Fixed distcheck errors
-rw-r--r--po/POTFILES.in2
-rw-r--r--tests/test-uri.c3
2 files changed, 2 insertions, 3 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 9580055b..fe485a98 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 e9b8cc19..5586fc48 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;