From 9aa2facfd9f4ac3ca5a4c68a97533d0c0e56043e Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 22 Apr 2017 20:28:49 +0300 Subject: [PATCH] Rename pep-103.txt -> git-wiki.txt --- pep-103.txt => git-wiki.txt | 0 publish | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) rename pep-103.txt => git-wiki.txt (100%) diff --git a/pep-103.txt b/git-wiki.txt similarity index 100% rename from pep-103.txt rename to git-wiki.txt diff --git a/publish b/publish index 1994fc2..b2d843e 100755 --- a/publish +++ b/publish @@ -1,7 +1,7 @@ #! /bin/sh web="$HOME"/Internet/WWW/htdocs/phdru.name/Software/Python/PEPs -rsync -pt pep-103.txt "$web" && +rsync -pt git-wiki.txt "$web" && cd "$web" && echo \ @@ -11,12 +11,12 @@ echo \ #attr $Description = "Broytman Python Software Git" #attr $Copyright = 2015 ## -#def body_rst' >pep-103.tmpl && +#def body_rst' >git-wiki.tmpl && -sed -e 's/\$/\\&/g' pep-103.txt >>pep-103.tmpl && +sed -e 's/\$/\\&/g' git-wiki.txt >>git-wiki.tmpl && echo \ '#end def -$phd_site.respond(self)' >>pep-103.tmpl && +$phd_site.respond(self)' >>git-wiki.tmpl && -exec chmod u=rw,go=r "$web"/pep-103.t* +exec chmod u=rw,go=r "$web"/git-wiki.t* -- 2.39.2