summaryrefslogtreecommitdiffstats
path: root/doc/develenv/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-11-15 10:37:59 -0600
committerJoel Sherrill <joel@rtems.org>2017-01-11 12:13:21 -0600
commit48a7fa31f918a6fc88719b3c9393a9ba2829f42a (patch)
tree10bf638de133099fcabe5fe713ca98a546a27ab2 /doc/develenv/Makefile.am
parentRemove obsolete __RTEMS_HAVE_SYS_CPUSET_H__ (diff)
downloadrtems-48a7fa31f918a6fc88719b3c9393a9ba2829f42a.tar.bz2
Remove texinfo format documentation. Replaced by Sphinx formatted documentation.
closes #2812.
Diffstat (limited to 'doc/develenv/Makefile.am')
-rw-r--r--doc/develenv/Makefile.am37
1 files changed, 0 insertions, 37 deletions
diff --git a/doc/develenv/Makefile.am b/doc/develenv/Makefile.am
deleted file mode 100644
index 041818507b..0000000000
--- a/doc/develenv/Makefile.am
+++ /dev/null
@@ -1,37 +0,0 @@
-#
-# COPYRIGHT (c) 1988-2002.
-# On-Line Applications Research Corporation (OAR).
-# All rights reserved.
-
-PROJECT = develenv
-
-include $(top_srcdir)/project.am
-include $(top_srcdir)/main.am
-
-FILES = direct.texi intro.texi sample.texi utils.texi
-
-GENERATED_FILES = direct.texi sample.texi utils.texi
-
-COMMON_FILES += $(top_srcdir)/common/cpright.texi
-
-info_TEXINFOS = develenv.texi
-develenv_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
-
-direct.texi: direct.t
- $(BMENU2) -p "Introduction" \
- -u "Top" \
- -n "Sample Applications" < $< > $@
-
-sample.texi: sample.t
- $(BMENU2) -p "Directory Structure Documentation Directory" \
- -u "Top" \
- -n "RTEMS Specific Utilities" < $< > $@
-
-utils.texi: utils.t
- $(BMENU2) -p "Sample Applications Network Loopback Test" \
- -u "Top" \
- -n "Command and Variable Index" < $< > $@
-
-CLEANFILES += develenv.info
-
-EXTRA_DIST = direct.t sample.t utils.t