]> git.phdru.name Git - phdru.name/cgi-bin/blog-ru/search-tags.git/commitdiff
Save files generated by yacc
authorOleg Broytman <phd@phdru.name>
Tue, 20 May 2014 04:38:28 +0000 (08:38 +0400)
committerOleg Broytman <phd@phdru.name>
Tue, 20 May 2014 04:40:26 +0000 (08:40 +0400)
update

diff --git a/update b/update
index d668175cdfa160f01965c579877ea717ff709cf1..7791b427fe8f58745b8fc8f290d9a2598e2efbfa 100755 (executable)
--- a/update
+++ b/update
@@ -24,4 +24,7 @@ web="`git config --get --path remote.web.url`" &&
 rsync -ahP "$current"/html/html.py "$current"/html/html.tmpl \
            "$current"/html/redirect.py "$current"/html/redirect.tmpl html &&
 
+# Save files generated by yacc
+rsync -ahP "$current"/parser.out "$current"/parsetab.py . &&
+
 cd "$current" && exec git pull origin