Move developer readme (DEVELOPER.md) into a separate file.

This commit is contained in:
Sebastian Lackner
2014-07-29 02:33:30 +02:00
parent 9017db8694
commit b0daaa4b96
6 changed files with 168 additions and 159 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 || exit 1
git add patches/Makefile README.md DEVELOPER.md || exit 1
break;
fi
done