From b3858bfe3b559722bd788e7c32159d4963422c01 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Thu, 12 Nov 2009 10:50:03 -0800 Subject: [PATCH] howto: move limbo'd docs into toplevel doc dir for preservation --- docs/howto-write-a-block/.gitignore | 17 +++++++++++++++++ .../howto-write-a-block}/Makefile.am | 0 docs/howto-write-a-block/README | 4 +--- .../howto-write-a-block.xml | 0 .../doc => docs/howto-write-a-block}/howto_1.i | 0 .../make_numbered_listing.py | 0 .../howto-write-a-block}/qa_howto_1.py | 0 .../howto-write-a-block}/src_lib_Makefile_1.am | 0 .../howto-write-a-block}/src_lib_Makefile_2.am | 0 gr-howto-write-a-block/limbo/doc/.gitignore | 18 ------------------ gr-howto-write-a-block/limbo/doc/README | 1 - 11 files changed, 18 insertions(+), 22 deletions(-) rename {gr-howto-write-a-block/limbo/doc => docs/howto-write-a-block}/Makefile.am (100%) rename {gr-howto-write-a-block/limbo/doc => docs/howto-write-a-block}/howto-write-a-block.xml (100%) rename {gr-howto-write-a-block/limbo/doc => docs/howto-write-a-block}/howto_1.i (100%) rename {gr-howto-write-a-block/limbo/doc => docs/howto-write-a-block}/make_numbered_listing.py (100%) rename {gr-howto-write-a-block/limbo/doc => docs/howto-write-a-block}/qa_howto_1.py (100%) rename {gr-howto-write-a-block/limbo/doc => docs/howto-write-a-block}/src_lib_Makefile_1.am (100%) rename {gr-howto-write-a-block/limbo/doc => docs/howto-write-a-block}/src_lib_Makefile_2.am (100%) delete mode 100644 gr-howto-write-a-block/limbo/doc/.gitignore delete mode 100644 gr-howto-write-a-block/limbo/doc/README diff --git a/docs/howto-write-a-block/.gitignore b/docs/howto-write-a-block/.gitignore index 719ea5d4..f65ab6cf 100644 --- a/docs/howto-write-a-block/.gitignore +++ b/docs/howto-write-a-block/.gitignore @@ -1 +1,18 @@ +/Makefile +/Makefile.in +/.deps +/.libs +/*.la +/*.lo +/autom4te.cache +/*.cache /howto-write-a-block.html +/gr_block.h.xml +/howto_1.i.xml +/howto_square_ff.cc.xml +/howto_square_ff.h.xml +/qa_howto_1.py.xml +/src_lib_Makefile_1.am.xml +/src_lib_Makefile_2.am.xml +/howto_square2_ff.cc.xml +/howto_square2_ff.h.xml diff --git a/gr-howto-write-a-block/limbo/doc/Makefile.am b/docs/howto-write-a-block/Makefile.am similarity index 100% rename from gr-howto-write-a-block/limbo/doc/Makefile.am rename to docs/howto-write-a-block/Makefile.am diff --git a/docs/howto-write-a-block/README b/docs/howto-write-a-block/README index 73b8e602..ff3b75e5 100644 --- a/docs/howto-write-a-block/README +++ b/docs/howto-write-a-block/README @@ -1,3 +1 @@ -If you're looking for howto-write-a-block, it was moved into it's own -tarball: gr-howto-write-a-block. It includes the document source -and a full build tree, Makefiles, examples, etc. +The contents of this directory are obsolete. diff --git a/gr-howto-write-a-block/limbo/doc/howto-write-a-block.xml b/docs/howto-write-a-block/howto-write-a-block.xml similarity index 100% rename from gr-howto-write-a-block/limbo/doc/howto-write-a-block.xml rename to docs/howto-write-a-block/howto-write-a-block.xml diff --git a/gr-howto-write-a-block/limbo/doc/howto_1.i b/docs/howto-write-a-block/howto_1.i similarity index 100% rename from gr-howto-write-a-block/limbo/doc/howto_1.i rename to docs/howto-write-a-block/howto_1.i diff --git a/gr-howto-write-a-block/limbo/doc/make_numbered_listing.py b/docs/howto-write-a-block/make_numbered_listing.py similarity index 100% rename from gr-howto-write-a-block/limbo/doc/make_numbered_listing.py rename to docs/howto-write-a-block/make_numbered_listing.py diff --git a/gr-howto-write-a-block/limbo/doc/qa_howto_1.py b/docs/howto-write-a-block/qa_howto_1.py similarity index 100% rename from gr-howto-write-a-block/limbo/doc/qa_howto_1.py rename to docs/howto-write-a-block/qa_howto_1.py diff --git a/gr-howto-write-a-block/limbo/doc/src_lib_Makefile_1.am b/docs/howto-write-a-block/src_lib_Makefile_1.am similarity index 100% rename from gr-howto-write-a-block/limbo/doc/src_lib_Makefile_1.am rename to docs/howto-write-a-block/src_lib_Makefile_1.am diff --git a/gr-howto-write-a-block/limbo/doc/src_lib_Makefile_2.am b/docs/howto-write-a-block/src_lib_Makefile_2.am similarity index 100% rename from gr-howto-write-a-block/limbo/doc/src_lib_Makefile_2.am rename to docs/howto-write-a-block/src_lib_Makefile_2.am diff --git a/gr-howto-write-a-block/limbo/doc/.gitignore b/gr-howto-write-a-block/limbo/doc/.gitignore deleted file mode 100644 index f65ab6cf..00000000 --- a/gr-howto-write-a-block/limbo/doc/.gitignore +++ /dev/null @@ -1,18 +0,0 @@ -/Makefile -/Makefile.in -/.deps -/.libs -/*.la -/*.lo -/autom4te.cache -/*.cache -/howto-write-a-block.html -/gr_block.h.xml -/howto_1.i.xml -/howto_square_ff.cc.xml -/howto_square_ff.h.xml -/qa_howto_1.py.xml -/src_lib_Makefile_1.am.xml -/src_lib_Makefile_2.am.xml -/howto_square2_ff.cc.xml -/howto_square2_ff.h.xml diff --git a/gr-howto-write-a-block/limbo/doc/README b/gr-howto-write-a-block/limbo/doc/README deleted file mode 100644 index ff3b75e5..00000000 --- a/gr-howto-write-a-block/limbo/doc/README +++ /dev/null @@ -1 +0,0 @@ -The contents of this directory are obsolete. -- 2.47.2