SQLite Forum

How do create the neat flow diagrams for SQLite?
Login
The next layer of the onion: missing tclsh.docsrc:

<code>
doug@HP610:/mnt/q/qt_projects/dancemusicmanager/doc$ ls -ag
total 0
drwxrwxrwx 1 root 512 Apr 15 08:25 .
drwxrwxrwx 1 root 512 Feb  7  2019 ..
drwxrwxrwx 1 root 512 Apr 21 13:24 archive
drwxrwxrwx 1 root 512 Apr 14 22:15 dst
drwxrwxrwx 1 root 512 Apr 21 07:16 mydoc
drwxrwxrwx 1 root 512 Apr 15 13:25 sqlite
doug@HP610:/mnt/q/qt_projects/dancemusicmanager/doc$ cd dst
doug@HP610:/mnt/q/qt_projects/dancemusicmanager/doc/dst$ ls -ag
total 304
drwxrwxrwx 1 root   512 Apr 14 22:15 .
drwxrwxrwx 1 root   512 Apr 15 08:25 ..
-rwxrwxrwx 1 root  1888 Apr 21 13:59 Makefile
-rwxrwxrwx 1 root  1509 Apr 14 22:15 README.md
drwxrwxrwx 1 root   512 Apr 14 22:15 art
-rwxrwxrwx 1 root  1180 Apr 14 22:15 common_links.tcl
-rwxrwxrwx 1 root 16408 Apr 14 22:15 custom.txt
drwxrwxrwx 1 root   512 Apr 14 22:15 docapp
-rwxrwxrwx 1 root  4221 Apr 14 22:15 document_header.tcl
-rwxrwxrwx 1 root  3956 Apr 14 22:15 format_evidence.tcl
drwxrwxrwx 1 root   512 Apr 14 22:15 images
-rwxrwxrwx 1 root  3379 Apr 14 22:15 logo.gif
-rwxrwxrwx 1 root  6543 Apr 14 22:15 main.mk
-rwxrwxrwx 1 root 20496 Apr 14 22:15 matrix.tcl
drwxrwxrwx 1 root   512 Apr 14 22:15 misc
-rwxrwxrwx 1 root  1526 Apr 14 22:15 numbering.txt
drwxrwxrwx 1 root   512 Apr 14 22:15 pages
-rwxrwxrwx 1 root   533 Apr 14 22:15 push.sh
drwxrwxrwx 1 root   512 Apr 14 22:15 rawpages
-rwxrwxrwx 1 root   424 Apr 14 22:15 remove_carets.sh
drwxrwxrwx 1 root   512 Apr 14 22:15 req
-rwxrwxrwx 1 root  5266 Apr 14 22:15 scan_test_cases.tcl
-rwxrwxrwx 1 root  4720 Apr 14 22:15 schema.tcl
drwxrwxrwx 1 root   512 Apr 14 22:15 search
-rwxrwxrwx 1 root  2196 Apr 14 22:15 spell_chk.sh
-rwxrwxrwx 1 root 25779 Apr 14 22:15 wrap.tcl
doug@HP610:/mnt/q/qt_projects/dancemusicmanager/doc/dst$ make
make base;       # Build base documents
make evidence;   # Gather evidence marks
make matrix;     # Build the traceability matrix
make searchdb;   # Construct the FTS search database
make all;        # Do all of the above
make spell;      # Spell check generated docs
make fast;       # Build documentation only - no requirements
make schema;     # Run once to initialize the build process
doug@HP610:/mnt/q/qt_projects/dancemusicmanager/doc/dst$ make schema
make: *** No rule to make target '../sqlite/tclsqlite3.c', needed by 'tclsh.docsrc'.  Stop.

doug@HP610:/mnt/q/qt_projects/dancemusicmanager/doc/sqlite$ ls -al
total 1568
drwxrwxrwx 1 root root    512 Apr 15 13:25 .
drwxrwxrwx 1 root root    512 Apr 15 08:25 ..
drwxrwxrwx 1 root root    512 Apr 21  2020 .fossil-settings
-rwxrwxrwx 1 root root    263 Apr 21  2020 LICENSE.md
-rwxrwxrwx 1 root root  46673 Apr 21  2020 Makefile.in
-rwxrwxrwx 1 root root   3407 Apr 21  2020 Makefile.linux-gcc
-rwxrwxrwx 1 root root  79874 Apr 21  2020 Makefile.msc
-rwxrwxrwx 1 root root  16060 Apr 21  2020 README.md
-rwxrwxrwx 1 root root      7 Apr 21  2020 VERSION
-rwxrwxrwx 1 root root 282502 Apr 21  2020 aclocal.m4
drwxrwxrwx 1 root root    512 Apr 21  2020 art
drwxrwxrwx 1 root root    512 Apr 21  2020 autoconf
-rwxrwxrwx 1 root root  48216 Apr 21  2020 config.guess
-rwxrwxrwx 1 root root   3508 Apr 21  2020 config.h.in
-rwxrwxrwx 1 root root  31617 Apr 21  2020 config.sub
-rwxrwxrwx 1 root root 405966 Apr 21  2020 configure
-rwxrwxrwx 1 root root  22515 Apr 21  2020 configure.ac
drwxrwxrwx 1 root root    512 Apr 21  2020 contrib
drwxrwxrwx 1 root root    512 Apr 21  2020 doc
drwxrwxrwx 1 root root    512 Apr 21  2020 ext
-rwxrwxrwx 1 root root   5598 Apr 21  2020 install-sh
-rwxrwxrwx 1 root root 245160 Apr 21  2020 ltmain.sh
-rwxrwxrwx 1 root root   1515 Apr 21  2020 magic.txt
-rwxrwxrwx 1 root root  36183 Apr 21  2020 main.mk
-rwxrwxrwx 1 root root 142032 Apr 21  2020 manifest
-rwxrwxrwx 1 root root     65 Apr 21  2020 manifest.uuid
-rwxrwxrwx 1 root root    937 Apr 21  2020 mkso.sh
drwxrwxrwx 1 root root    512 Apr 21  2020 mptest
-rwxrwxrwx 1 root root   1796 Apr 21  2020 spec.template
-rwxrwxrwx 1 root root    258 Apr 21  2020 sqlite.pc.in
-rwxrwxrwx 1 root root   8928 Apr 21  2020 sqlite3.1
-rwxrwxrwx 1 root root    267 Apr 21  2020 sqlite3.pc.in
drwxrwxrwx 1 root root    512 Apr 21  2020 src
drwxrwxrwx 1 root root    512 Apr 21  2020 test
drwxrwxrwx 1 root root    512 Apr 21  2020 tool
drwxrwxrwx 1 root root    512 Apr 21  2020 vsixtest