mirror of
https://github.com/flynx/photobook.git
synced 2025-10-28 09:50:09 +00:00
minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1d1a22f19c
commit
dd2107b3db
5
.gitignore
vendored
5
.gitignore
vendored
@ -274,3 +274,8 @@ TSWLatexianTemp*
|
|||||||
|
|
||||||
# Makeindex log files
|
# Makeindex log files
|
||||||
*.lpz
|
*.lpz
|
||||||
|
|
||||||
|
# vim
|
||||||
|
*.sw[op]
|
||||||
|
Session.vim
|
||||||
|
|
||||||
|
|||||||
4
Makefile
4
Makefile
@ -253,6 +253,10 @@ uninstall-local: INSTALL_PATH := $(TEX_LOCAL)
|
|||||||
uninstall-local: uninstall
|
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...
|
# Cleanup targets...
|
||||||
|
|
||||||
|
|||||||
@ -44,7 +44,7 @@ printhelp(){
|
|||||||
echo "structure when needed."
|
echo "structure when needed."
|
||||||
echo
|
echo
|
||||||
echo "Strip mode is the reverse of of the default, it will strip out docs"
|
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
|
||||||
echo "NOTE: stripping will not remove non-doc comments."
|
echo "NOTE: stripping will not remove non-doc comments."
|
||||||
echo "NOTE: the idea of keeping latex docs in a latex file is far simpler"
|
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."
|
echo " in both the repo and in installed form, so .dtx is not used."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Usage: printerror MESSAGE...
|
||||||
printerror(){
|
printerror(){
|
||||||
echo Error: $@
|
echo Error: $@
|
||||||
echo
|
echo
|
||||||
printusage
|
printusage
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Usage: printmsg TEXT
|
||||||
printmsg(){
|
printmsg(){
|
||||||
# print message...
|
# print message...
|
||||||
if [ -z $NO_MSG ] ; then
|
if [ -z $NO_MSG ] ; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user