From 9d61006e6de1f17793a5ab98a3f4a3d5e76cc038 Mon Sep 17 00:00:00 2001 From: Ray Garza Date: Thu, 1 Jul 2021 14:43:57 -0500 Subject: rtems-docs: remove Eclipse Manual Due to RTEMS 6 no longer using the Make build system and instead using Waf (Eclipse does not offer Waf support), this guide is being removed. --- eclipse/conf.py | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 eclipse/conf.py (limited to 'eclipse/conf.py') diff --git a/eclipse/conf.py b/eclipse/conf.py deleted file mode 100644 index 2adc01f..0000000 --- a/eclipse/conf.py +++ /dev/null @@ -1,14 +0,0 @@ -import sys, os -sys.path.insert(0, os.path.abspath('../common/')) - -from conf import * - -project = "RTEMS Eclipse Manual" - -latex_documents = [ - ('index', - 'eclipse.tex', - u'RTEMS Eclipse Manual', - u'RTEMS Documentation Project', - 'manual'), -] -- cgit v1.2.3