]> Cypherpunks.ru repositories - gocheese.git/blobdiff - makedist.sh
Fix mailto: link
[gocheese.git] / makedist.sh
index d8ce491b84954e8789ad04623f60703a6292b514..1a5bdbd594b18609cd1606e2e0cfb606becee4d8 100755 (executable)
@@ -24,8 +24,7 @@ mkinfo() {
     ${MAKEINFO:=makeinfo} --plaintext \
         --set-customization-variable SECTION_NAME_IN_TITLE=1 \
         --set-customization-variable TREE_TRANSFORMATIONS=complete_tree_nodes_menus \
-        --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \
-        --set-customization-variable OPEN_QUOTE_SYMBOL=\" \
+        --set-customization-variable ASCII_PUNCTUATION=1 \
         -D "VERSION `cat ../VERSION`" $@
 }
 
@@ -46,7 +45,7 @@ rm -rf .git .gitignore doc/.gitignore doc/style.css makedist.sh doc/www.do VERSI
 redo-cleanup full
 perl -i -npe "s/go} build/go} build -mod=vendor/" gocheese.do
 perl -i -npe "s/go} test/go} test -mod=vendor/" test.do
-cp ~/work/redo/minimal/do contrib/do
+cp ~/work/redo/apenwarr/minimal/do contrib/do
 
 find . -type d -exec chmod 755 {} +
 find . -type f -exec chmod 644 {} +
@@ -60,7 +59,8 @@ gpg --detach-sign --sign --local-user CD5CD01F55343D88 $tarball
 gpg --enarmor < "$tarball".sig |
     sed "/^Comment:/d ; s/ARMORED FILE/SIGNATURE/" > "$tarball".asc
 meta4-create -file "$tarball" -mtime "$tarball" -sig "$tarball".asc \
-    http://www.gocheese.cypherpunks.ru/download/"$tarball" > "$tarball".meta4
+    http://www.gocheese.cypherpunks.ru/download/"$tarball" \
+    http://y.www.gocheese.cypherpunks.ru/download/"$tarball" > "$tarball".meta4
 
 size=$(( $(stat -f %z $tarball) / 1024 ))
 hash=$(gpg --print-md SHA256 < $tarball)