summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
2015-08-21Fix -ldflags for Go 1.5Andrew Carter
Use correct form -X <name>=<value> for Go 1.5
2015-01-19Added top level .Hugo variable with version, commit and generator ↵Derek Perkins
information + docs Added Version, CommitHash and BuildDate to hugolib/hugo.go and used it in build Removed commitHash and buildDate from commands/version.go and used hugolib vars Removed getDateFormat function from commands/version.go Conflicts: README.md docs/content/templates/variables.md
2014-12-09Add an `install` target to Makefile.Austin Ziegler
2014-11-24Added makefile that builds with git informationRasmus Stougaard
I have put the extra linker flags in a makefile to avoid having to remember the long command to get the commitHash in the version command. See comment by tatsushid here: https://github.com/spf13/hugo/issues/540 NB: only tested on Mac OS x 10.10.1 since that is what I have access to