diff options
author | Johnathan Corgan | 2009-11-12 10:50:03 -0800 |
---|---|---|
committer | Johnathan Corgan | 2009-11-12 10:50:03 -0800 |
commit | b3858bfe3b559722bd788e7c32159d4963422c01 (patch) | |
tree | 570dabd2bf93584af5ecab429089783eb24903b8 | |
parent | 5d80acab66a91a6c7bc476761f857d5e876e8bcc (diff) | |
download | gnuradio-b3858bfe3b559722bd788e7c32159d4963422c01.tar.gz gnuradio-b3858bfe3b559722bd788e7c32159d4963422c01.tar.bz2 gnuradio-b3858bfe3b559722bd788e7c32159d4963422c01.zip |
howto: move limbo'd docs into toplevel doc dir for preservation
-rw-r--r-- | docs/howto-write-a-block/.gitignore | 17 | ||||
-rw-r--r-- | docs/howto-write-a-block/Makefile.am (renamed from gr-howto-write-a-block/limbo/doc/Makefile.am) | 0 | ||||
-rw-r--r-- | docs/howto-write-a-block/README | 4 | ||||
-rw-r--r-- | docs/howto-write-a-block/howto-write-a-block.xml (renamed from gr-howto-write-a-block/limbo/doc/howto-write-a-block.xml) | 0 | ||||
-rw-r--r-- | docs/howto-write-a-block/howto_1.i (renamed from gr-howto-write-a-block/limbo/doc/howto_1.i) | 0 | ||||
-rwxr-xr-x | docs/howto-write-a-block/make_numbered_listing.py (renamed from gr-howto-write-a-block/limbo/doc/make_numbered_listing.py) | 0 | ||||
-rwxr-xr-x | docs/howto-write-a-block/qa_howto_1.py (renamed from gr-howto-write-a-block/limbo/doc/qa_howto_1.py) | 0 | ||||
-rw-r--r-- | docs/howto-write-a-block/src_lib_Makefile_1.am (renamed from gr-howto-write-a-block/limbo/doc/src_lib_Makefile_1.am) | 0 | ||||
-rw-r--r-- | docs/howto-write-a-block/src_lib_Makefile_2.am (renamed from gr-howto-write-a-block/limbo/doc/src_lib_Makefile_2.am) | 0 | ||||
-rw-r--r-- | gr-howto-write-a-block/limbo/doc/.gitignore | 18 | ||||
-rw-r--r-- | gr-howto-write-a-block/limbo/doc/README | 1 |
11 files changed, 18 insertions, 22 deletions
diff --git a/docs/howto-write-a-block/.gitignore b/docs/howto-write-a-block/.gitignore index 719ea5d4f..f65ab6cf7 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 index 5f58a21e9..5f58a21e9 100644 --- a/gr-howto-write-a-block/limbo/doc/Makefile.am +++ b/docs/howto-write-a-block/Makefile.am diff --git a/docs/howto-write-a-block/README b/docs/howto-write-a-block/README index 73b8e6028..ff3b75e57 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 index f8027b456..f8027b456 100644 --- a/gr-howto-write-a-block/limbo/doc/howto-write-a-block.xml +++ b/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 index 640d0897b..640d0897b 100644 --- a/gr-howto-write-a-block/limbo/doc/howto_1.i +++ b/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 index 889c2d78d..889c2d78d 100755 --- a/gr-howto-write-a-block/limbo/doc/make_numbered_listing.py +++ b/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 index 3173110f8..3173110f8 100755 --- a/gr-howto-write-a-block/limbo/doc/qa_howto_1.py +++ b/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 index e97d70d1c..e97d70d1c 100644 --- a/gr-howto-write-a-block/limbo/doc/src_lib_Makefile_1.am +++ b/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 index dca236e20..dca236e20 100644 --- a/gr-howto-write-a-block/limbo/doc/src_lib_Makefile_2.am +++ b/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 f65ab6cf7..000000000 --- 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 ff3b75e57..000000000 --- a/gr-howto-write-a-block/limbo/doc/README +++ /dev/null @@ -1 +0,0 @@ -The contents of this directory are obsolete. |