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)
Wed Jul 02 02:54:05 -0700 2008
commit  5ff40cff974d95032780e4e57c470d8ef63e267a
tree    bff06bb985277c597b0bba2c551de23a7b361f25
parent  7cec5923a6f4ba840f37e3da9e71ee4ff71edf44
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