Review fixes
authorTomas Vavra <tvavra@openssl.org>
Mon, 8 Jan 2024 15:26:02 +0000 (16:26 +0100)
committerTomas Vavra <tvavra@openssl.org>
Mon, 8 Jan 2024 15:26:02 +0000 (16:26 +0100)
.ttreerc [deleted file]
bin/mk-manhtml
bin/mk-manpagetts3
bin/utils.sh

diff --git a/.ttreerc b/.ttreerc
deleted file mode 100644 (file)
index aa5c2b4..0000000
--- a/.ttreerc
+++ /dev/null
@@ -1,77 +0,0 @@
-#------------------------------------------------------------------------
-# sample .ttreerc file created automatically by ttree version 2.9
-#
-# This file originally written to /home/vavrat/.ttreerc
-#
-# For more information on the contents of this configuration file, see
-# 
-#     perldoc ttree
-#     ttree -h
-#
-#------------------------------------------------------------------------
-
-# The most flexible way to use ttree is to create a separate directory 
-# for configuration files and simply use the .ttreerc to tell ttree where
-# it is.  
-#
-#     cfg = /path/to/ttree/config/directory
-
-# print summary of what's going on 
-verbose 
-
-# recurse into any sub-directories and process files
-recurse
-
-# regexen of things that aren't templates and should be ignored
-ignore = \b(CVS|RCS)\b
-ignore = ^#
-ignore = ^\.(inc|cross)
-
-# ditto for things that should be copied rather than processed.
-copy = \.png$ 
-copy = \.gif$ 
-
-# ditto for things that should be linked rather than copied / processed.
-# link = \.flv$ 
-
-# by default, everything not ignored or copied is accepted; add 'accept'
-# lines if you want to filter further. e.g.
-#
-#    accept = \.html$
-#    accept = \.tt2$
-accept = \.md\.tt$
-
-# options to rewrite files suffixes (htm => html, tt2 => html)
-#
-#    suffix htm=html
-#    suffix tt2=html
-    suffix md.tt=html
-
-# options to define dependencies between templates
-#
-#    depend *=header,footer,menu
-#    depend index.html=mainpage,sidebar
-#    depend menu=menuitem,menubar
-# 
-
-#------------------------------------------------------------------------
-# The following options usually relate to a particular project so 
-# you'll probably want to put them in a separate configuration file 
-# in the directory specified by the 'cfg' option and then invoke tree 
-# using '-f' to tell it which configuration you want to use.
-# However, there's nothing to stop you from adding default 'src',
-# 'dest' or 'lib' options in the .ttreerc.  The 'src' and 'dest' options
-# can be re-defined in another configuration file, but be aware that 'lib' 
-# options accumulate so any 'lib' options defined in the .ttreerc will
-# be applied every time you run ttree.
-#------------------------------------------------------------------------
-# # directory containing source page templates
-# src = /path/to/your/source/page/templates
-#
-# # directory where output files should be written
-# dest = /path/to/your/html/output/directory
-# 
-# # additional directories of library templates
-# lib = /first/path/to/your/library/templates
-# lib = /second/path/to/your/library/templates
-
index e17a9f9da8f7f4e8ff8d747b4b33107bf75673f7..80839f6c77969fe9ae16c2a21b09f4ff5a635f81 100755 (executable)
@@ -25,5 +25,3 @@ for t in $1; do
 done
 
 job_pool_shutdown
-
-#./bin/mk-manhtml ' docs/manmaster/man1/*.md.tt  docs/manmaster/man3/*.md.tt  docs/manmaster/man5/*.md.tt  docs/manmaster/man7/*.md.tt  docs/man3.2/man1/*.md.tt  docs/man3.2/man3/*.md.tt  docs/man3.2/man5/*.md.tt  docs/man3.2/man7/*.md.tt  docs/man3.1/man1/*.md.tt  docs/man3.1/man3/*.md.tt  docs/man3.1/man5/*.md.tt  docs/man3.1/man7/*.md.tt  docs/man3.0/man1/*.md.tt  docs/man3.0/man3/*.md.tt  docs/man3.0/man5/*.md.tt  docs/man3.0/man7/*.md.tt  docs/man1.1.1/man1/*.md.tt  docs/man1.1.1/man3/*.md.tt  docs/man1.1.1/man5/*.md.tt  docs/man1.1.1/man7/*.md.tt  docs/man1.0.2/man1/*.md.tt  docs/man1.0.2/man3/*.md.tt  docs/man1.0.2/man5/*.md.tt  docs/man1.0.2/man7/*.md.tt'
\ No newline at end of file
index fbb14a5376cde75b0046faca0e415de6e4d7d583..96a319c53bcd49903e0caaa55840c6019b9ae19c 100755 (executable)
@@ -67,4 +67,4 @@ srcdir=tmp-install/share/doc/openssl/html
     fi
 done
 
-job_pool_shutdown
\ No newline at end of file
+job_pool_shutdown
index 0daa1ac11c2372842715969915171540e2c359e9..2b55066f3f3e60d8261c03ac4715fec48ae06f41 100755 (executable)
@@ -34,6 +34,3 @@ function get_description {
         fi
     done <"$FILE"
 }
-
-# get_descriptiom ../docs/man3.2/man3/BIO_get_rpoll_descriptor.md.tt
-# basename_custom docs/manmaster/man3/CMS_SignedData_free.md.tt md.tt