tree: drop last paragraph of GPL copyright header
[coreboot.git] / util / optionlist / Makefile
blob05f720cedc28b19b35564cf7e980c0aabf8eed28
2 # Copyright (C) 2010 coresystems GmbH
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; version 2 of the License.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 # GNU General Public License for more details.
14 VERSION := $(shell git describe --dirty --always || git describe)
16 all:
17 cd ../..; util/optionlist/kconfig2wiki src/Kconfig $(VERSION) > util/optionlist/Options.wiki
19 clean:
20 rm -rf Options.wiki