commit c72ea9e52eff4ed8a9f068bd087ee7e8c47268f9
parent 361a1947003b05b03023f485e85ef6594e394203
Author: Jaromil <jaromil@dyne.org>
Date: Wed, 29 May 2013 17:21:36 +0200
last cosmetics for release
pdf rendering of manpage, images and copyright to foundation
Diffstat:
4 files changed, 26 insertions(+), 13 deletions(-)
diff --git a/doc/literate/shocco b/doc/literate/shocco
@@ -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
diff --git a/doc/tomb_manpage.pdf b/doc/tomb_manpage.pdf
Binary files differ.
diff --git a/extras/images/tomb_and_bats.png b/extras/images/tomb_and_bats.png
Binary files differ.
diff --git a/tomb b/tomb
@@ -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.
+#
+# 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.
#
-#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.
+#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.
+#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