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 | fcc951506dff22d5ce807272420e6a63d2ea6225 (patch) | |
tree | e1173e6e610ffe1e0966b2151d4a5cda33371b9b /Makefile.am | |
parent | 5d048f3365e126f639a3faa97c7eccf4bf8cd14c (diff) | |
download | gdk-pixbuf-fcc951506dff22d5ce807272420e6a63d2ea6225.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"` |