]> git.phdru.name Git - phdru.name/cgi-bin/blog-ru/search-tags.git/blobdiff - update
Save files generated by yacc
[phdru.name/cgi-bin/blog-ru/search-tags.git] / 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