diff --git a/Makefile b/Makefile index 99dbacd..54e297b 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,7 @@ revision: paia.html website: revision git checkout gh-pages - rm paia.html - ln -s paia-${REVSHRT}.html paia.html + echo '' > paia.html git add paia.html paia-${REVSHRT}.html git commit -m "added revision ${REVSHRT}" git checkout master