Fix make entries.
This commit is contained in:
parent
60c02feee7
commit
91bebfc088
2 changed files with 7 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -26,6 +26,8 @@ autom4te.cache
|
|||
/ABOUT-NLS
|
||||
/INSTALL
|
||||
/timestamp
|
||||
/AUTHORS
|
||||
/ChangeLog
|
||||
|
||||
# Libtool.
|
||||
/ltmain.sh
|
||||
|
|
|
@ -28,10 +28,13 @@ dist_doc_DATA = \
|
|||
README: README.org
|
||||
|
||||
AUTHORS:
|
||||
git shortlog --summary --numbered --email
|
||||
$(file >AUTHORS,$(shell git shortlog --summary --numbered --email))
|
||||
|
||||
ChangeLog:
|
||||
git log --oneline --graph
|
||||
$(file >ChangeLog,$(shell git log --oneline --graph))
|
||||
|
||||
release-tag:
|
||||
$(shell git tag -a "v$(VERSION)" -m "Release v$(VERSION)")
|
||||
|
||||
live:
|
||||
mkdir -p /usr/share/guile/site/dql
|
||||
|
|
Loading…
Add table
Reference in a new issue