summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-06-22 01:49:19 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-06-22 01:49:19 +0200
commit174f48b54cf67ae90a242de02647d6bba32a04f6 (patch)
treeca737efc14fc4806f099273b8487ceec62602ad4 /doc
parentf589a23f15b75798618c59f05c258cc8b8b39187 (diff)
downloadgeiser-174f48b54cf67ae90a242de02647d6bba32a04f6.tar.gz
geiser-174f48b54cf67ae90a242de02647d6bba32a04f6.tar.bz2
Unneeded file wiped out.
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/make-site.sh15
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}