summaryrefslogtreecommitdiffstats
path: root/doc/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/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/Makefile.am')
-rw-r--r--doc/Makefile.am36
1 files changed, 0 insertions, 36 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
deleted file mode 100644
index e3e413b74e..0000000000
--- a/doc/Makefile.am
+++ /dev/null
@@ -1,36 +0,0 @@
-ACLOCAL_AMFLAGS = -I ../aclocal
-
-# NOTE: The order of the directories is essential.
-# + tools, common and images are shared across many documents
-
-SUBDIRS = tools started user bsp_howto porting develenv posix_users \
- posix1003.1 filesystem networking ada_user \
- new_chapters relnotes cpu_supplement shell
-
-if USE_HTML
-html_DATA = index.html
-endif
-
-EXTRA_DIST = common/cpright.texi common/setup.texi \
- common/treedef.tex common/rtems.texi.in
-
-if USE_HTML
-html_imagesdir = $(htmldir)/images
-endif
-
-HTML_IMAGES = images/dir-arrow.gif images/dvi.gif images/missing-arrow.gif \
- images/next-arrow.gif images/oaronly.jpg images/pdf.gif images/pdf1.gif \
- images/rtems_logo.jpg images/prev-arrow.gif images/ps.gif \
- images/up-arrow.gif
-
-if USE_HTML
-html_images_DATA = $(HTML_IMAGES)
-endif
-
-EXTRA_DIST += $(HTML_IMAGES)
-
-CLEANFILES = common/rtems.texi
-DISTCLEANFILES = common/rtems.sed
-
-# HACK: This should not be here, but it makes "make distcheck" work.
-EXTRA_DIST += ../scripts/setup.def ../COPYING