Fix make entries.

This commit is contained in:
Cor Legemaat 2025-06-27 13:54:22 +02:00
parent 60c02feee7
commit 91bebfc088
2 changed files with 7 additions and 2 deletions

2
.gitignore vendored
View file

@ -26,6 +26,8 @@ autom4te.cache
/ABOUT-NLS
/INSTALL
/timestamp
/AUTHORS
/ChangeLog
# Libtool.
/ltmain.sh

View file

@ -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