Skip to content

Commit

Permalink
Makefile: add target for autogenerating AUTHORS.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlj committed Jan 14, 2016
1 parent 8ecd32b commit ce361a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile.am
Expand Up @@ -26,10 +26,13 @@ man_MANS = \
castget.1 \
castgetrc.5

.PHONY: html
.PHONY: html AUTHORS

html: castget.1.html castgetrc.5.html

AUTHORS:
git shortlog -sn | cut -c8- | grep -v Bitdeli > $@

%.html: %.ronn
ronn --manual="User Commands" --organization="castget @VERSION@" --html $< > $@

Expand Down

0 comments on commit ce361a9

Please sign in to comment.