summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMikael Hallendal <micke@codefactory.se>2002-04-15 19:27:47 +0000
committerMikael Hallendal <hallski@src.gnome.org>2002-04-15 19:27:47 +0000
commit01f93cd1c6498b5e2580e42da92e0fee3ebaf4ed (patch)
tree3c40c34ce2e3af8f217a5b6573ebfa393103205a /Makefile.am
parent98e468c943063e41ff3c4c76eb8c864b83284aa4 (diff)
downloadyelp-01f93cd1c6498b5e2580e42da92e0fee3ebaf4ed.tar.gz
- show error dialog if open fails.
2002-04-15 Mikael Hallendal <micke@codefactory.se> * src/yelp-html.c (yelp_html_do_non_docbook): - show error dialog if open fails. * src/yelp-error.h (YELP_ERROR): added error for non-docbook documents. * src/yelp-db2html.c (yelp_db2html_convert): use stylesheet from stylesheets/. (yelp_db2html_convert): updated to reflect changes in the stylesheet. * stylesheets/*: Added, includs patch from sander to gnome-doc-list. * configure.in (AC_OUTPUT): added stylesheets/Makefile. * Makefile.am (SUBDIRS): added stylesheets
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f6564f55..aaa9c73a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = src po
+SUBDIRS = src stylesheets po
@INTLTOOL_DESKTOP_RULE@