diff options
author | James Henstridge <james@jamesh.id.au> | 2004-10-28 15:25:54 +0000 |
---|---|---|
committer | James Henstridge <jamesh@src.gnome.org> | 2004-10-28 15:25:54 +0000 |
commit | 5b920fc642bd24276a780304c685170375ad6c8e (patch) | |
tree | f69b1eb5b510b7fb958b05167c5c83a5f56d9db7 /data | |
parent | fe910c541e3c6f4e24a48915c47807308ceedb39 (diff) | |
download | yelp-5b920fc642bd24276a780304c685170375ad6c8e.tar.gz |
fix up handling of built sources for srcdir!=builddir builds.
2004-10-28 James Henstridge <james@jamesh.id.au>
* src/Makefile.am: fix up handling of built sources for
srcdir!=builddir builds.
* po/POTFILES.in: remove some files that have been removed.
* data/Makefile.am: add some files to the clean list.
* Makefile.am: add intltool files to the distclean list.
* configure.in: clean up a bit, removing obsolete macro usage.
* autogen.sh: use the gnome-common autogen.sh script. Request a
Automake 1.7.
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 71781e84..f16c04e2 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -25,3 +25,5 @@ install-data-local: else install-data-local: endif + +CLEANFILES = yelp.schemas toc.xml |