minor tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-12-03 11:38:44 +03:00
parent 1d1a22f19c
commit dd2107b3db
3 changed files with 12 additions and 1 deletions

5
.gitignore vendored
View File

@ -274,3 +274,8 @@ TSWLatexianTemp*
# Makeindex log files
*.lpz
# vim
*.sw[op]
Session.vim

View File

@ -253,6 +253,10 @@ uninstall-local: INSTALL_PATH := $(TEX_LOCAL)
uninstall-local: uninstall
# XXX might be a good idea to add install-devel which would simply link
# the install dir and the build (or "installed"?) dir...
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Cleanup targets...

View File

@ -44,7 +44,7 @@ printhelp(){
echo "structure when needed."
echo
echo "Strip mode is the reverse of of the default, it will strip out docs"
echo "and empty lines."
echo "and empty lines, keeping only the actual code and code comments."
echo
echo "NOTE: stripping will not remove non-doc comments."
echo "NOTE: the idea of keeping latex docs in a latex file is far simpler"
@ -54,12 +54,14 @@ printhelp(){
echo " in both the repo and in installed form, so .dtx is not used."
}
# Usage: printerror MESSAGE...
printerror(){
echo Error: $@
echo
printusage
}
# Usage: printmsg TEXT
printmsg(){
# print message...
if [ -z $NO_MSG ] ; then