public
Description: A Clutter-based Twitter client
Homepage: http://live.gnome.org/Tweet
Clone URL: git://github.com/ebassi/tweet.git
Search Repo:
tweet / Makefile.am
100644 22 lines (19 sloc) 0.435 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUBDIRS = twitter-glib tests copy-and-paste src po data
 
EXTRA_DIST =       \
  NEWS       \
  TODO       \
  intltool-extract.in   \
  intltool-merge.in   \
  intltool-update.in   \
  omf.make     \
  xmldocs.make     \
  gnome-doc-utils.make
 
DISTCLEANFILES =    \
  gnome-doc-utils.make  \
  intltool-extract  \
  intltool-merge    \
  intltool-update
 
dist-hook:
  git-log --stat > ChangeLog.in && \
  cp -f ChangeLog.in $(distdir)/ChangeLog && \
  rm -f ChangeLog.in