diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-06-22 01:49:19 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-06-22 01:49:19 +0200 |
commit | 174f48b54cf67ae90a242de02647d6bba32a04f6 (patch) | |
tree | ca737efc14fc4806f099273b8487ceec62602ad4 | |
parent | f589a23f15b75798618c59f05c258cc8b8b39187 (diff) | |
download | geiser-174f48b54cf67ae90a242de02647d6bba32a04f6.tar.gz geiser-174f48b54cf67ae90a242de02647d6bba32a04f6.tar.bz2 |
Unneeded file wiped out.
-rwxr-xr-x | doc/make-site.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/make-site.sh b/doc/make-site.sh deleted file mode 100755 index 63a3503..0000000 --- a/doc/make-site.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -out=html - -rm ./${out}/*.html - -texi2html --output=${out} \ - --split=chapter \ - --noheader \ - --nonumber-section \ - --init-file=./site.conf \ - --top-file=index.html \ - geiser.texi - -cp geiser.css ${out} |