public
Description: A Clutter-based Twitter client
Homepage: http://live.gnome.org/Tweet
Clone URL: git://github.com/ebassi/tweet.git
Search Repo:
Emmanuele Bassi (author)
Thu Jun 19 05:34:12 -0700 2008
commit  9f5673c2804efeae707445f757e03c4f2a909776
tree    2c02f4c4651ec6c05ceb79f40a762de134b36076
parent  285e0bfaa2ffbead5701f8dd25dce55f1504dc96
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