summaryrefslogtreecommitdiffhomepage
path: root/Makefile.am
diff options
context:
space:
mode:
authorjaortega <jaortega>2001-03-15 17:26:39 +0000
committerjaortega <jaortega>2001-03-15 17:26:39 +0000
commit44984f46aa6fdc81fe8e5af29e09c9c624d864c5 (patch)
tree83bd0d7c26bdb603aa295c5341344420782c25a3 /Makefile.am
parent52cac8c41a50145c385c0c13b95ee290a1628c97 (diff)
downloadmdk-44984f46aa6fdc81fe8e5af29e09c9c624d864c5.tar.gz
mdk-44984f46aa6fdc81fe8e5af29e09c9c624d864c5.tar.bz2
0.3 pre-release
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