Add a few extra hints in the Scintilla update script

This commit is contained in:
Colomban Wendling 2018-08-01 14:41:00 +02:00
parent 0c658c6a32
commit 958deb55fe

View File

@ -70,7 +70,10 @@ 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.
You can add them to Git with the command:
$ git add $(git status -unormal -s scintilla | grep '^??' | cut -b4- | sed '$!{s/$/ \\/};1!{s/^/ /}')
Don't forget to add new files to the build system (scintilla/Makefile.am).
EOF
fi