From f40492ade9afff0eb63bfc05c0f948437bb1a43c Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Sun, 29 Oct 2017 12:56:39 +0100 Subject: [PATCH] Moving /doc to /tools/doxygen --- tests/00-doxygen/Makefile | 2 +- {doc => tools/doxygen}/Doxyfile | 0 {doc => tools/doxygen}/Makefile | 2 +- {doc => tools/doxygen}/doc-style.css | 0 {doc => tools/doxygen}/mainpage.txt | 0 {doc => tools/doxygen}/modules.txt | 0 {doc => tools/doxygen}/pt-doc.txt | 0 7 files changed, 2 insertions(+), 2 deletions(-) rename {doc => tools/doxygen}/Doxyfile (100%) rename {doc => tools/doxygen}/Makefile (98%) rename {doc => tools/doxygen}/doc-style.css (100%) rename {doc => tools/doxygen}/mainpage.txt (100%) rename {doc => tools/doxygen}/modules.txt (100%) rename {doc => tools/doxygen}/pt-doc.txt (100%) diff --git a/tests/00-doxygen/Makefile b/tests/00-doxygen/Makefile index b8d933aee..ba3600b79 100644 --- a/tests/00-doxygen/Makefile +++ b/tests/00-doxygen/Makefile @@ -25,7 +25,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -DOCDIR=../../doc +DOCDIR=../../tools/doxygen all: summary diff --git a/doc/Doxyfile b/tools/doxygen/Doxyfile similarity index 100% rename from doc/Doxyfile rename to tools/doxygen/Doxyfile diff --git a/doc/Makefile b/tools/doxygen/Makefile similarity index 98% rename from doc/Makefile rename to tools/doxygen/Makefile index 1377e410c..e370fca6e 100644 --- a/doc/Makefile +++ b/tools/doxygen/Makefile @@ -1,4 +1,4 @@ -contiking := .. +contiking := ../.. basedirs := os arch empty := space := $(empty) $(empty) diff --git a/doc/doc-style.css b/tools/doxygen/doc-style.css similarity index 100% rename from doc/doc-style.css rename to tools/doxygen/doc-style.css diff --git a/doc/mainpage.txt b/tools/doxygen/mainpage.txt similarity index 100% rename from doc/mainpage.txt rename to tools/doxygen/mainpage.txt diff --git a/doc/modules.txt b/tools/doxygen/modules.txt similarity index 100% rename from doc/modules.txt rename to tools/doxygen/modules.txt diff --git a/doc/pt-doc.txt b/tools/doxygen/pt-doc.txt similarity index 100% rename from doc/pt-doc.txt rename to tools/doxygen/pt-doc.txt