Browse Source

Remove useless generated ChangeLog.

tags/v0.99.beta20
Sam Hocevar 5 years ago
parent
commit
b38bcd63f0
2 changed files with 0 additions and 23593 deletions
  1. +0
    -23588
      ChangeLog
  2. +0
    -5
      Makefile.am

+ 0
- 23588
ChangeLog
File diff suppressed because it is too large
View File


+ 0
- 5
Makefile.am View File

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


update-changelog: FORCE
git --help >/dev/null 2>&1 \
&& test -d .git \
&& git log --stat | awk 'function flush() { if (m != "") { print "Commit: " v "\nAuthor: " a m } m=""; v="UNSUBMITTED" } { if ($$1 == "commit") flush(); else if ($$1 == "Author:") { a = $$2 } else if ($$1 == "git-svn-id:") { split($$2,tmp,"@"); v=tmp[2] } else if ($$_ != " ") { m=m "\n" $$_ } } END { flush() }' > ChangeLog

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


Loading…
Cancel
Save