]> Cypherpunks.ru repositories - gocheese.git/blobdiff - doc/www.do
Move documentation to doc/
[gocheese.git] / doc / www.do
similarity index 86%
rename from www.do
rename to doc/www.do
index 2f81bdea7fb716705443f09347dbb097827cbfa8..3d9c201602f0a8d96ae862cc079dca96fa5c32d8 100644 (file)
--- a/www.do
@@ -1,8 +1,8 @@
-redo-ifchange *.texi VERSION
+redo-ifchange *.texi ../VERSION
 html=gocheese.html
 rm -f $html/*.html
 ${MAKEINFO:=makeinfo} --html \
-    -D "VERSION `cat VERSION`" \
+    -D "VERSION `cat ../VERSION`" \
     --css-include style.css \
     --set-customization-variable SECTION_NAME_IN_TITLE=1 \
     --set-customization-variable TREE_TRANSFORMATIONS=complete_tree_nodes_menus \
@@ -11,6 +11,6 @@ ${MAKEINFO:=makeinfo} --html \
     --set-customization-variable DATE_IN_HEADER=1 \
     --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \
     --set-customization-variable OPEN_QUOTE_SYMBOL=\" \
-    -o $html gocheese.texi
+    -o $html index.texi
 find $html -type d -exec chmod 755 {} +
 find $html -type f -exec chmod 644 {} +