diff options
author | Havoc Pennington <hp@redhat.com> | 2000-08-11 02:58:59 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-08-11 02:58:59 +0000 |
commit | 988d059ff4c22279137af5682b5ae2f94db32cd6 (patch) | |
tree | 135ec28d745cf80db606f8f66acc2d3ad8449dc8 /Makefile.am | |
parent | 877c44199a198115cb395dbb2d9a7d677809a353 (diff) | |
download | gdk-pixbuf-988d059ff4c22279137af5682b5ae2f94db32cd6.tar.gz |
Change the format of the snapshot version to match glib
2000-08-10 Havoc Pennington <hp@redhat.com>
* Makefile.am (snapshot): Change the format of the snapshot
version to match glib
* gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
from EXTRA_DIST since it doesn't seem to exist
2000-08-10 Havoc Pennington <hp@redhat.com>
* Makefile.am (EXTRA_DIST): The *.def files had the wrong names
(s/pixbuf_/pixbufloader_)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 812c5b0f8..fbab5ecd6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -146,4 +146,4 @@ sanity: snapshot: - $(MAKE) dist distdir=$(PACKAGE)`date +"%y%m%d"` + $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` |