summaryrefslogtreecommitdiffhomepage
path: root/Makefile.am
diff options
context:
space:
mode:
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 95d1e62..d216294 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,3 +13,8 @@
EXTRA_DIST = ABOUT-NLS autogen.sh configure
SUBDIRS = po intl doc mixlib mixutils mixgtk misc samples
+docdir = $(top_builddir)/doc
+
+html:
+ echo Making html in $(docdir)
+ cd $(docdir) && make html