summaryrefslogtreecommitdiffstats
path: root/doc/develenv/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/develenv/Makefile.am')
-rw-r--r--doc/develenv/Makefile.am22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/develenv/Makefile.am b/doc/develenv/Makefile.am
new file mode 100644
index 0000000000..29c4c0e31e
--- /dev/null
+++ b/doc/develenv/Makefile.am
@@ -0,0 +1,22 @@
+#
+# COPYRIGHT (c) 1988-1999.
+# On-Line Applications Research Corporation (OAR).
+# All rights reserved.
+#
+# $Id$
+#
+
+AUTOMAKE_OPTIONS = foreign
+
+PROJECT=develenv
+
+include $(top_srcdir)/project.am
+
+COMMON_FILES = $(top_srcdir)/common/cpright.texi
+
+FILES = compile.texi direct.texi intro.texi sample.texi utils.texi
+
+GENERATED_FILES =
+
+info_TEXINFOS = develenv.texi
+develenv_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)