Branch: refs/heads/master Author: elextr elextr@gmail.com Committer: elextr elextr@gmail.com Date: Fri, 14 Mar 2014 04:03:12 UTC Commit: d76323260c85eebdbe54c8155ffa51ae68a205aa https://github.com/geany/geany/commit/d76323260c85eebdbe54c8155ffa51ae68a205...
Log Message: ----------- Put Makefile comments at start of line.
In a makefile comments in recipes must start at the beginning of the line (see [1]). Thanks to cousteau on IRC.
[1] http://www.gnu.org/software/make/manual/make.html#Recipe-Syntax
Modified Paths: -------------- data/filetypes.makefile
Modified: data/filetypes.makefile 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -28,7 +28,7 @@ comment_single=# # setting to false would generate this # command_example(); # This setting works only for single line comments -comment_use_indent=true +comment_use_indent=false
# context action command (please see Geany's main documentation for details) context_action_cmd=
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).