summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644
index 0000000..722ad03
--- /dev/null
+++ b/doc/Makefile.am
@@ -0,0 +1,23 @@
+# HDF5 Library Doc Makefile(.in)
+#
+# Copyright (C) 1997, 2002
+# National Center for Supercomputing Applications.
+# All rights reserved.
+#
+#
+# This is the top level makefile of the Doc directory. It mostly just
+# reinvokes make in the various subdirectories.
+# You can alternatively invoke make from each subdirectory manually.
+##
+## Makefile.am
+## Run automake to generate a Makefile.in from this file.
+#
+
+# Add doc-specific include
+include $(top_srcdir)/config/commence-doc.am
+
+# Subdirectories in build-order
+SUBDIRS=html
+
+# Don't include conclude, since the docs directory doesn't need to know how to
+# build anything.