diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-02-15 15:49:14 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-02-15 15:49:14 +0000 |
commit | 341e6c0cee64cae9f8642b203c72cab12b88e654 (patch) | |
tree | f1cee777034da1344997177412b52591151b0887 /sysui | |
parent | de01ecf9c488a1ba920fbdef2039c40724e71f56 (diff) |
INTEGRATION: CWS sysui13_SRC680 (1.15.24); FILE MERGED
2007/02/15 10:14:27 obr 1.15.24.1: #i74533# eliminated unnecessary unopkg_gui script
Diffstat (limited to 'sysui')
-rw-r--r-- | sysui/desktop/share/makefile.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysui/desktop/share/makefile.mk b/sysui/desktop/share/makefile.mk index 9c481c59b4f5..f8818a57a49e 100644 --- a/sysui/desktop/share/makefile.mk +++ b/sysui/desktop/share/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: ihi $ $Date: 2006-12-19 11:28:11 $ +# last change: $Author: kz $ $Date: 2007-02-15 16:49:14 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -71,7 +71,6 @@ LAUNCHERDEPN = ../menus/{$(LAUNCHERLIST)}.desktop LAUNCHERFLAGFILE = $(COMMONMISC)/$(TARGET)/xdg.flag MIMEINFO = $(COMMONMISC)/$(TARGET)/openoffice.org.xml -#UNOPKGWRAPPER = $(COMMONMISC)/$(TARGET)/unopkg_gui .IF "$(PKGFORMAT)"!="$(PKGFORMAT:s/rpm//)" SPECFILES = \ @@ -116,9 +115,6 @@ $(MIMEINFO) : $(ULFDIR)$/documents.ulf @$(PERL) create_mime_xml.pl $< > $(@).$(INPATH) @mv -f $(@).$(INPATH) $@ -#$(UNOPKGWRAPPER) : unopkg_gui -# @cp -f unopkg_gui $(COMMONMISC)/$(TARGET)/unopkg_gui - .IF "$(PKGFORMAT)"!="$(PKGFORMAT:s/rpm//)" $(SPECFILES) : add_specfile_triggers.sed symlink_triggers $(SPECFILES) : ../$$(@:b:s/-menus//)/$$(@:f) |