summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlex Larsson <alexl@redhat.com>2002-01-25 21:56:52 +0000
committerAlexander Larsson <alexl@src.gnome.org>2002-01-25 21:56:52 +0000
commitfe02758aee9349518cd774a312c5bc2ce730a4c9 (patch)
treef62d4412ce90b89a5ca4310c13a70ea42c801980 /Makefile.am
parent09932aa2d236f5fd8853582d2c1e0e7941b82ff2 (diff)
downloadyelp-fe02758aee9349518cd774a312c5bc2ce730a4c9.tar.gz
New file.
2002-01-25 Alex Larsson <alexl@redhat.com> * important_docs.xml: New file. * Makefile.am: Install important_docs.xml * src/yelp-view-toc.c: Parse important_docs.xml instead of hardcoding them * configure.in: Remove "hu" from ALL_LINGUAS, as it breaks the build.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4c5df1ed..f6564f55 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,11 +8,16 @@ DESKTOP_FILES=$(DESKTOP_IN_FILES:.desktop.in=.desktop)
Applicationsdir = $(datadir)/applications
Applications_DATA = $(DESKTOP_FILES)
+yelpdatadir = $(datadir)/yelp
+yelpdata_DATA = important_docs.xml
+
+
EXTRA_DIST = \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
idl/GNOME_Yelp.idl \
+ important_docs.xml \
$(DESKTOP_IN_FILES) \
$(DESKTOP_FILES)