Revision: 75973
          http://sourceforge.net/p/brlcad/code/75973
Author:   starseeker
Date:     2020-05-28 20:50:42 +0000 (Thu, 28 May 2020)
Log Message:
-----------
More moves to subdirectories

Modified Paths:
--------------
    brlcad/trunk/doc/CMakeLists.txt

Added Paths:
-----------
    brlcad/trunk/doc/notes/c_cxx_patterns/
    brlcad/trunk/doc/notes/parsers/

Removed Paths:
-------------
    brlcad/trunk/doc/c_cxx_patterns/
    brlcad/trunk/doc/parsers/

Modified: brlcad/trunk/doc/CMakeLists.txt
===================================================================
--- brlcad/trunk/doc/CMakeLists.txt     2020-05-28 20:47:56 UTC (rev 75972)
+++ brlcad/trunk/doc/CMakeLists.txt     2020-05-28 20:50:42 UTC (rev 75973)
@@ -2,17 +2,6 @@
 verbose_add_subdirectory(doc html)
 verbose_add_subdirectory(doc legal)
 
-CMAKEFILES(
-  parsers/bison_to_lemon.txt
-  parsers/flex_to_re2c.txt
-  parsers/templates/CMakeLists.txt
-  parsers/templates/main.c
-  parsers/templates/main.h
-  parsers/templates/parser.lemon
-  parsers/templates/scanner.perplex
-  parsers/writing_perplex_lemon_parsers.txt
-  )
-
 set(documentation_DATA
   BRL-CAD.bib
   IDEAS
@@ -236,30 +225,42 @@
 
 # Generic C/C++ examples
 CMAKEFILES(
-  c_cxx_patterns/01_basic_C/CMakeLists.txt
-  c_cxx_patterns/01_basic_C/main.c
-  c_cxx_patterns/01_basic_C/nlib.c
-  c_cxx_patterns/01_basic_C/nlib.h
-  c_cxx_patterns/02_hidden_C/CMakeLists.txt
-  c_cxx_patterns/02_hidden_C/main.c
-  c_cxx_patterns/02_hidden_C/nlib.c
-  c_cxx_patterns/02_hidden_C/nlib.h
-  c_cxx_patterns/03_PImpl_C/CMakeLists.txt
-  c_cxx_patterns/03_PImpl_C/main.c
-  c_cxx_patterns/03_PImpl_C/nlib.c
-  c_cxx_patterns/03_PImpl_C/nlib.h
-  c_cxx_patterns/04_hidden_CXX/CMakeLists.txt
-  c_cxx_patterns/04_hidden_CXX/main.c
-  c_cxx_patterns/04_hidden_CXX/nlib.cxx
-  c_cxx_patterns/04_hidden_CXX/nlib.h
-  c_cxx_patterns/05_PImpl_CXX/CMakeLists.txt
-  c_cxx_patterns/05_PImpl_CXX/main.c
-  c_cxx_patterns/05_PImpl_CXX/nlib.cxx
-  c_cxx_patterns/05_PImpl_CXX/nlib.h
-  c_cxx_patterns/CMakeLists.txt
-  c_cxx_patterns/README
+  notes/c_cxx_patterns/01_basic_C/CMakeLists.txt
+  notes/c_cxx_patterns/01_basic_C/main.c
+  notes/c_cxx_patterns/01_basic_C/nlib.c
+  notes/c_cxx_patterns/01_basic_C/nlib.h
+  notes/c_cxx_patterns/02_hidden_C/CMakeLists.txt
+  notes/c_cxx_patterns/02_hidden_C/main.c
+  notes/c_cxx_patterns/02_hidden_C/nlib.c
+  notes/c_cxx_patterns/02_hidden_C/nlib.h
+  notes/c_cxx_patterns/03_PImpl_C/CMakeLists.txt
+  notes/c_cxx_patterns/03_PImpl_C/main.c
+  notes/c_cxx_patterns/03_PImpl_C/nlib.c
+  notes/c_cxx_patterns/03_PImpl_C/nlib.h
+  notes/c_cxx_patterns/04_hidden_CXX/CMakeLists.txt
+  notes/c_cxx_patterns/04_hidden_CXX/main.c
+  notes/c_cxx_patterns/04_hidden_CXX/nlib.cxx
+  notes/c_cxx_patterns/04_hidden_CXX/nlib.h
+  notes/c_cxx_patterns/05_PImpl_CXX/CMakeLists.txt
+  notes/c_cxx_patterns/05_PImpl_CXX/main.c
+  notes/c_cxx_patterns/05_PImpl_CXX/nlib.cxx
+  notes/c_cxx_patterns/05_PImpl_CXX/nlib.h
+  notes/c_cxx_patterns/CMakeLists.txt
+  notes/c_cxx_patterns/README
   )
 
+# Notes about parser generators
+CMAKEFILES(
+  notes/parsers/bison_to_lemon.txt
+  notes/parsers/flex_to_re2c.txt
+  notes/parsers/templates/CMakeLists.txt
+  notes/parsers/templates/main.c
+  notes/parsers/templates/main.h
+  notes/parsers/templates/parser.lemon
+  notes/parsers/templates/scanner.perplex
+  notes/parsers/writing_perplex_lemon_parsers.txt
+  )
+
 # Local Variables:
 # tab-width: 8
 # mode: cmake

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to