summaryrefslogtreecommitdiff
path: root/doc/api/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/Makefile.am')
-rw-r--r--doc/api/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/api/Makefile.am b/doc/api/Makefile.am
new file mode 100644
index 000000000..86015b87a
--- /dev/null
+++ b/doc/api/Makefile.am
@@ -0,0 +1,10 @@
+## Process this file with automake to produce Makefile.in
+
+# The name of the module.
+DOC_MODULE=gphoto2
+
+# The directory containing the source code (if it contains documentation).
+DOC_SOURCE_DIR=../../libgphoto2
+
+# include common doc generation rules
+include $(top_srcdir)/libgphoto2_port/doc/DocRules.am