mirror of
https://github.com/flynx/photobook.git
synced 2025-10-28 01:40: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
|
||||
*.lpz
|
||||
|
||||
# vim
|
||||
*.sw[op]
|
||||
Session.vim
|
||||
|
||||
|
||||
4
Makefile
4
Makefile
@ -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...
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user