summaryrefslogtreecommitdiffstats
path: root/doc/main.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/main.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/main.am')
-rw-r--r--doc/main.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/main.am b/doc/main.am
deleted file mode 100644
index 5076f4aa12..0000000000
--- a/doc/main.am
+++ /dev/null
@@ -1,21 +0,0 @@
-if USE_HTML
-html_projectdir = $(htmldir)/$(PROJECT)
-endif
-
-# The arguments are carefully selected to make the output of texi2html
-# and texi2any generate into the same directory, using the same naming
-# patterns. This is intended to make the dependency tracking and install
-# file naming consistent.
-TEXI2HTML_ARGS=\
--D use-html --split node --node-files \
--o $(PROJECT)/ \
---top-file=index.html \
---init-file=$(top_builddir)/texi2html_init \
--I $(srcdir) -I $(top_srcdir) -I $(top_builddir) -I .
-
-TEXI2ANY_ARGS=\
---html -D use-html --split node \
--c MENU_ENTRY_COLON= -c NODE_NAME_IN_MENU=0 -c USE_NODES=0 \
--o $(PROJECT)/ \
---init-file=$(top_builddir)/texi2any_init \
--I $(srcdir) -I $(top_srcdir) -I $(top_builddir) -I .