summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/Makefile.am3
-rw-r--r--libyelp/Makefile.am6
-rw-r--r--po/POTFILES.in17
-rw-r--r--src/Makefile.am6
4 files changed, 12 insertions, 20 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 0845210b..9dfbde7b 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -27,7 +27,8 @@ EXTRA_DIST = \
toc.xml toc.xml.in \
info.xml info.xml.in \
scrollkeeper.xml default.css \
- yelp.js
+ $(gsettingsschema_DATA) \
+ $(js_DATA)
CLEANFILES = toc.xml man.xml info.xml
diff --git a/libyelp/Makefile.am b/libyelp/Makefile.am
index 85d2a40b..56a6595d 100644
--- a/libyelp/Makefile.am
+++ b/libyelp/Makefile.am
@@ -48,7 +48,11 @@ BUILT_SOURCES = \
yelp-types.c \
yelp-types.h
-EXTRA_DIST = yelp-marshal.list
+EXTRA_DIST = \
+ yelp-debug.h \
+ yelp-error.h \
+ yelp-io-channel.h \
+ yelp-marshal.list
yelp-marshal.h: stamp-yelp-marshal.h
@true
diff --git a/po/POTFILES.in b/po/POTFILES.in
index f1addbab..1f862023 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -4,10 +4,6 @@
data/info.xml.in
data/man.xml.in
data/toc.xml.in
-[type: gettext/glade]data/ui/yelp-bookmarks.ui
-[type: gettext/glade]data/ui/yelp-bookmarks-add.ui
-[type: gettext/glade]data/ui/yelp-open-location.ui
-[type: gettext/glade]data/ui/yelp-preferences.ui
libyelp/yelp-debug.c
libyelp/yelp-docbook-document.c
libyelp/yelp-document.c
@@ -25,17 +21,6 @@ libyelp/yelp-view.c
src/eggdesktopfile.c
src/eggsmclient.c
src/yelp-application.c
-src/yelp-base.c
-src/yelp-bookmarks.c
-src/yelp-db-print.c
-src/yelp-error.c
-src/yelp-info.c
-src/yelp-main.c
-src/yelp-man.c
-src/yelp-page.c
-src/yelp-print.c
-src/yelp-search-parser.c
-src/yelp-search.c
-src/yelp-toc.c
src/yelp-window.c
+src/yelp.c
yelp.desktop.in.in
diff --git a/src/Makefile.am b/src/Makefile.am
index d2f4625c..d57ffee8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -118,8 +118,10 @@ CLEANFILES = xgen-ymh xgen-ymc
MAINTAINERCLEANFILES = $(BUILT_SOURCES)
-EXTRA_DIST = yelp-marshal.list yelp-infos.xml yelp-print.c yelp-print.h
-
+EXTRA_DIST = \
+ yelp-dbus.xml \
+ yelp-marshal.list \
+ yelp-infos.xml
install-exec-hook: