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
|
/ABOUT-NLS
|
||||||
/INSTALL
|
/INSTALL
|
||||||
/timestamp
|
/timestamp
|
||||||
|
/AUTHORS
|
||||||
|
/ChangeLog
|
||||||
|
|
||||||
# Libtool.
|
# Libtool.
|
||||||
/ltmain.sh
|
/ltmain.sh
|
||||||
|
|
|
@ -28,10 +28,13 @@ dist_doc_DATA = \
|
||||||
README: README.org
|
README: README.org
|
||||||
|
|
||||||
AUTHORS:
|
AUTHORS:
|
||||||
git shortlog --summary --numbered --email
|
$(file >AUTHORS,$(shell git shortlog --summary --numbered --email))
|
||||||
|
|
||||||
ChangeLog:
|
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:
|
live:
|
||||||
mkdir -p /usr/share/guile/site/dql
|
mkdir -p /usr/share/guile/site/dql
|
||||||
|
|
Loading…
Add table
Reference in a new issue