Browse Source

Generate a better changelog.

tags/v0.99.beta17
Sam Hocevar sam 15 years ago
parent
commit
5093140a85
2 changed files with 22052 additions and 14841 deletions
  1. +22045
    -14840
      ChangeLog
  2. +7
    -1
      Makefile.am

+ 22045
- 14840
ChangeLog
File diff suppressed because it is too large
View File


+ 7
- 1
Makefile.am View File

@@ -23,7 +23,13 @@ upload-doc: doc/html FORCE
ssh $(webhost) rm -f '$(doxdir)/*' || true
scp -r doc/html/* $(webhost):$(doxdir)/

fonts: tools/makefont
update-changelog: FORCE
git --help >/dev/null 2>&1 \
&& test -d .git \
&& git log --stat | grep -v '^ \(git-svn-id\|$$\)' \
| sed '/^Author:/s/ <.*@.*>//' > ChangeLog

update-fonts: tools/makefont
tools/makefont mono9 "Monospace 9" 96 4 >| $(srcdir)/caca/mono9.data
tools/makefont monobold12 "Monospace Bold 12" 96 4 >| $(srcdir)/caca/monobold12.data



Loading…
Cancel
Save