mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-05 04:47:56 +00:00
last cosmetics for release
pdf rendering of manpage, images and copyright to foundation
This commit is contained in:
parent
361a194700
commit
c72ea9e52e
@ -153,7 +153,10 @@ trap "rm -rf $WORK" 0
|
|||||||
# Folding.el support: turn {{{ folds }}} into titles -jrml
|
# Folding.el support: turn {{{ folds }}} into titles -jrml
|
||||||
(cat "$file" \
|
(cat "$file" \
|
||||||
| sed -e 's/^# {{{/# #/' -e 's/^# }}}.*/# --------------/' \
|
| 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") |
|
&& printf "\n\n# \n\n") |
|
||||||
|
|
||||||
# We want the shebang line and any code preceding the first comment to
|
# We want the shebang line and any code preceding the first comment to
|
||||||
|
BIN
doc/tomb_manpage.pdf
Normal file
BIN
doc/tomb_manpage.pdf
Normal file
Binary file not shown.
BIN
extras/images/tomb_and_bats.png
Normal file
BIN
extras/images/tomb_and_bats.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 251 KiB |
34
tomb
34
tomb
@ -8,23 +8,33 @@
|
|||||||
|
|
||||||
# {{{ License
|
# {{{ 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.
|
# With contributions by Anathema, Boyska and Hellekin O. Wolf.
|
||||||
#
|
#
|
||||||
#This source code is free software; you can redistribute it and/or
|
# Testing and reviews are contributed by Dreamer, Shining,
|
||||||
#modify it under the terms of the GNU Public License as published by
|
# Mancausoft, Asbesto Molesto and Nignux.
|
||||||
#the Free Software Foundation; either version 3 of the License, or (at
|
|
||||||
#your option) any later version.
|
|
||||||
#
|
#
|
||||||
#This source code is distributed in the hope that it will be useful,
|
# Tomb's artwork is contributed by Jordi aka Mon Mort.
|
||||||
#but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Please refer to
|
#This source code is free software; you can redistribute it
|
||||||
#the GNU Public License for more details.
|
#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 is distributed in the hope that it will be
|
||||||
#this source code; if not, write to: Free Software Foundation, Inc.,
|
#useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
#675 Mass Ave, Cambridge, MA 02139, USA.
|
#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
|
# }}} - License
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user