forgot some hardcoded "1.3" here.

2003-05-25  Michael Natterer  <mitch@gimp.org>

	* data/misc/Makefile.am: forgot some hardcoded "1.3" here.
This commit is contained in:
Michael Natterer 2003-05-25 11:38:59 +00:00 committed by Michael Natterer
parent bbd2be1c28
commit 7860f1c776
2 changed files with 13 additions and 9 deletions

View File

@ -1,3 +1,7 @@
2003-05-25 Michael Natterer <mitch@gimp.org>
* data/misc/Makefile.am: forgot some hardcoded "1.3" here.
2003-05-25 Michael Natterer <mitch@gimp.org>
* plug-ins/common/uniteditor.c (unit_editor_dialog): removed a

View File

@ -30,18 +30,18 @@ install-data-local:
if GNOME_DATADIR
if test -d $(DESTDIR)@GNOME_DATADIR@/applications; then \
cd $(DESTDIR)@GNOME_DATADIR@/applications \
&& rm -f gimp-1.3.desktop \
&& $(LN_S) $(miscdatadir)/gimp.desktop gimp-1.3.desktop \
&& rm -f gimp-$(LT_RELEASE).desktop \
&& $(LN_S) $(miscdatadir)/gimp.desktop gimp-$(LT_RELEASE).desktop \
; fi
if test -d $(DESTDIR)@GNOME_DATADIR@/application-registry; then \
cd $(DESTDIR)@GNOME_DATADIR@/application-registry \
&& rm -f gimp-1.3.applications \
&& $(LN_S) $(miscdatadir)/gimp.applications gimp-1.3.applications \
&& rm -f gimp-$(LT_RELEASE).applications \
&& $(LN_S) $(miscdatadir)/gimp.applications gimp-$(LT_RELEASE).applications \
; fi
if test -d $(DESTDIR)@GNOME_DATADIR@/mime-info; then \
cd $(DESTDIR)@GNOME_DATADIR@/mime-info \
&& rm -f gimp-1.3.keys \
&& $(LN_S) $(miscdatadir)/gimp.keys gimp-1.3.keys \
&& rm -f gimp-$(LT_RELEASE).keys \
&& $(LN_S) $(miscdatadir)/gimp.keys gimp-$(LT_RELEASE).keys \
; fi
endif
@ -49,14 +49,14 @@ uninstall-local:
if GNOME_DATADIR
if test -d $(DESTDIR)@GNOME_DATADIR@/applications; then \
cd $(DESTDIR)@GNOME_DATADIR@/applications \
&& rm -f gimp-1.3.desktop \
&& rm -f gimp-$(LT_RELEASE).desktop \
; fi
if test -d $(DESTDIR)@GNOME_DATADIR@/application-registry; then \
cd $(DESTDIR)@GNOME_DATADIR@/application-registry \
&& rm -f gimp-1.3.applications \
&& rm -f gimp-$(LT_RELEASE).applications \
; fi
if test -d $(DESTDIR)@GNOME_DATADIR@/mime-info; then \
cd $(DESTDIR)@GNOME_DATADIR@/mime-info \
&& rm -f gimp-1.3.keys \
&& rm -f gimp-$(LT_RELEASE).keys \
; fi
endif