Move DEVELOPERS.md to the Wiki.

This commit is contained in:
Sebastian Lackner
2014-11-30 03:54:53 +01:00
parent d7a1c87111
commit 9a82696680
4 changed files with 3 additions and 316 deletions

View File

@ -7,7 +7,7 @@ git diff --cached --name-status | while read status file; do
echo "*** UPDATING AUTOGENERATED FILES ***"
echo ""
debian/tools/patchupdate.py || exit 1
git add patches/Makefile README.md DEVELOPER.md || exit 1
git add patches/Makefile README.md || exit 1
break;
fi
done