X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=blobdiff_plain;f=doc%2Fwww.do;fp=www.do;h=3d9c201602f0a8d96ae862cc079dca96fa5c32d8;hp=2f81bdea7fb716705443f09347dbb097827cbfa8;hb=fa48f084eef99af81282ef9499fb56c67380c4a1;hpb=9b894ff2421ac5c8bd6b8c21b365617356e8762d diff --git a/www.do b/doc/www.do similarity index 86% rename from www.do rename to doc/www.do index 2f81bde..3d9c201 100644 --- a/www.do +++ b/doc/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 {} +