Projects
Multimedia
mp3splt-gtk
mp3splt-gtk-no_help.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mp3splt-gtk-no_help.patch of Package mp3splt-gtk (Revision 2)
Currently displaying revision
2
,
Show latest
--- Makefile.in.orig 2011-04-27 19:13:27.000000000 +0200 +++ Makefile.in 2011-04-27 19:14:31.000000000 +0200 @@ -45,7 +45,7 @@ missing mkinstalldirs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ - $(top_srcdir)/m4/gnome-doc-utils.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/mp3splt.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ @@ -172,7 +172,6 @@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ HAVE_GNOME = @HAVE_GNOME@ -HELP_DIR = @HELP_DIR@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -272,8 +271,8 @@ # General automake options. AUTOMAKE_OPTIONS = foreign no-dependencies ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = m4 po doc src help -EXTRA_DIST = mp3splt-gtk.desktop.in autogen.sh build-aux/gnome-doc-utils.make m4 debian/changelog debian/compat debian/control debian/copyright debian/dirs debian/docs debian/rules +SUBDIRS = m4 po src +EXTRA_DIST = mp3splt-gtk.desktop.in autogen.sh m4 debian/changelog debian/compat debian/control debian/copyright debian/dirs debian/docs debian/rules appsdir = $(datadir)/applications apps_DATA = mp3splt-gtk.desktop all: config.h @@ -787,8 +786,6 @@ mp3splt-gtk.desktop: mp3splt-gtk.desktop.in FORCE sed -e "s#PREFIX/#$(datadir)/pixmaps/#" $< > $@ -doc: FORCE - $(MAKE) -C doc doc #endif # A make target that always needs to be rebuilt --- Makefile.am.orig 2011-04-27 19:13:03.000000000 +0200 +++ Makefile.am 2011-04-27 19:14:17.000000000 +0200 @@ -2,9 +2,9 @@ AUTOMAKE_OPTIONS = foreign no-dependencies ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = m4 po doc src help +SUBDIRS = m4 po src -EXTRA_DIST = mp3splt-gtk.desktop.in autogen.sh build-aux/gnome-doc-utils.make m4 debian/changelog debian/compat debian/control debian/copyright debian/dirs debian/docs debian/rules +EXTRA_DIST = mp3splt-gtk.desktop.in autogen.sh m4 debian/changelog debian/compat debian/control debian/copyright debian/dirs debian/docs debian/rules appsdir = $(datadir)/applications apps_DATA = mp3splt-gtk.desktop @@ -12,13 +12,10 @@ mp3splt-gtk.desktop: mp3splt-gtk.desktop.in FORCE sed -e "s#PREFIX/#$(datadir)/pixmaps/#" $< > $@ -doc: FORCE - $(MAKE) -C doc doc - #if GNOME DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper #endif # A make target that always needs to be rebuilt FORCE: -.PHONY: FORCE \ No newline at end of file +.PHONY: FORCE --- configure.ac.orig 2011-04-27 19:15:23.000000000 +0200 +++ configure.ac 2011-04-27 19:16:23.000000000 +0200 @@ -252,7 +252,7 @@ # Generate Makefiles ################################################# -AC_CONFIG_FILES([Makefile src/Makefile m4/Makefile po/Makefile.in doc/Makefile help/Makefile]) +AC_CONFIG_FILES([Makefile src/Makefile m4/Makefile po/Makefile.in]) ################################################# # Define some useful constants
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.