Skip to content

Commit

Permalink
Changed ChangeLog.cvs to ChangeLog.git
Browse files Browse the repository at this point in the history
  • Loading branch information
juddmon committed May 18, 2014
1 parent b43acb7 commit 8293a9c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@ SUBDIRS = m4 po Expense SyncTime KeyRing dialer icons docs empty

EXTRA_DIST = config.rpath mkinstalldirs reconf autogen.sh \
intltool-extract.in intltool-merge.in intltool-update.in gettext.h \
ChangeLog ChangeLog.cvs \
ChangeLog ChangeLog.git \
po/POTFILES \
po/jpilot.pot \
jpilot.spec \
SlackBuild description-pak \
jpilot.desktop \
$(color_DATA) \
jpilot.xpm

DISTCLEANFILES = intltool-extract intltool-merge intltool-update ChangeLog.cvs
DISTCLEANFILES = intltool-extract intltool-merge intltool-update ChangeLog.git

desktopdir = $(datadir)/applications
desktop_DATA = jpilot.desktop
Expand Down Expand Up @@ -210,3 +209,6 @@ ChangeLog.cvs:
s/<rikster5\@hostname>/Rik Wehbring <jpilot\@nomad.inbox5.com>/' > $@
.PHONY: ChangeLog.cvs

ChangeLog.git:
git log --pretty > $@
.PHONY: ChangeLog.git

0 comments on commit 8293a9c

Please sign in to comment.