Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Thu, 06 Jun 2013 14:07:08 UTC Commit: 6b406d04dca1913b93e3031ae8b19a66cef4e80c https://github.com/geany/geany/commit/6b406d04dca1913b93e3031ae8b19a66cef4e8...
Log Message: ----------- Add a note in the Scintilla update script to add files to the build system
Modified Paths: -------------- scripts/update-scintilla.sh
Modified: scripts/update-scintilla.sh 2 files changed, 2 insertions(+), 0 deletions(-) =================================================================== @@ -67,6 +67,8 @@ if git status -unormal -s scintilla | grep '^??'; then
Untracked files above have been introduced by the new Scintilla version and should be added to version control if appropriate, or removed. + +Don't forget to add new files to the build system. EOF fi
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).