last cosmetics for release

pdf rendering of manpage, images and copyright to foundation
This commit is contained in:
Jaromil 2013-05-29 17:21:36 +02:00
parent 361a194700
commit c72ea9e52e
4 changed files with 26 additions and 13 deletions

View File

@ -153,7 +153,10 @@ trap "rm -rf $WORK" 0
# Folding.el support: turn {{{ folds }}} into titles -jrml
(cat "$file" \
| sed -e 's/^# {{{/# #/' -e 's/^# }}}.*/# --------------/' \
| awk '/\(\) {$/ { print "# ### " $1 } {print $0}' \
| awk '
/function.*\(\) {$/ { print "# ### " $2; print $0; next }
/\(\) {$/ { print "# ### " $1; print $0; next }
{print $0}' \
&& printf "\n\n# \n\n") |
# We want the shebang line and any code preceding the first comment to

BIN
doc/tomb_manpage.pdf Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 KiB

34
tomb
View File

@ -8,23 +8,33 @@
# {{{ License
# Copyright (C) 2007-2013 Denis Roio <jaromil@dyne.org>
# Copyright (C) 2007-2013 Dyne.org Foundation
#
# Tomb is designed, written and maintained by Denis Roio <jaromil@dyne.org>
#
# With contributions by Anathema, Boyska and Hellekin O. Wolf.
#
#This source code is free software; you can redistribute it and/or
#modify it under the terms of the GNU Public License as published by
#the Free Software Foundation; either version 3 of the License, or (at
#your option) any later version.
# Testing and reviews are contributed by Dreamer, Shining,
# Mancausoft, Asbesto Molesto and Nignux.
#
#This source code is distributed in the hope that it will be useful,
#but WITHOUT ANY WARRANTY; without even the implied warranty of
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Please refer to
#the GNU Public License for more details.
# Tomb's artwork is contributed by Jordi aka Mon Mort.
#This source code is free software; you can redistribute it
#and/or modify it under the terms of the GNU Public License
#as published by the Free Software Foundation; either
#version 3 of the License, or (at your option) any later
#version.
#
#You should have received a copy of the GNU Public License along with
#this source code; if not, write to: Free Software Foundation, Inc.,
#675 Mass Ave, Cambridge, MA 02139, USA.
#This source code is distributed in the hope that it will be
#useful, but WITHOUT ANY WARRANTY; without even the implied
#warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
#PURPOSE. Please refer to the GNU Public License for more
#details.
#
#You should have received a copy of the GNU Public License
#along with this source code; if not, write to: Free
#Software Foundation, Inc., 675 Mass Ave, Cambridge, MA
#02139, USA.
# }}} - License