diff options
Diffstat (limited to 'devel/kdesdk3/files/patch-scripts-Makefile.in')
-rw-r--r-- | devel/kdesdk3/files/patch-scripts-Makefile.in | 94 |
1 files changed, 0 insertions, 94 deletions
diff --git a/devel/kdesdk3/files/patch-scripts-Makefile.in b/devel/kdesdk3/files/patch-scripts-Makefile.in deleted file mode 100644 index 8fcf11e8249f..000000000000 --- a/devel/kdesdk3/files/patch-scripts-Makefile.in +++ /dev/null @@ -1,94 +0,0 @@ ---- scripts/Makefile.in.orig Thu Apr 8 08:22:21 2004 -+++ scripts/Makefile.in Thu Apr 8 08:23:44 2004 -@@ -339,16 +339,6 @@ - cxxmetric extend_dmalloc kdekillall kdelnk2desktop.py - - --# sorted by bin_SCRIPTS reference --man1_MANS = \ -- kde-build.1 \ -- cvsversion.1 cvscheck.1 \ -- noncvslist.1 \ -- cvsblame.1 \ -- includemocs.1 -- --CLEANFILES = $(man1_MANS) -- - # sorted alphabetically - noinst_SCRIPTS = \ - add_trace.pl alldcop.rb authors2xml.pl check_licenses colorcvs \ -@@ -435,51 +425,6 @@ - distclean-libtool: - -rm -f libtool - uninstall-info-am: --install-man1: $(man1_MANS) $(man_MANS) -- @$(NORMAL_INSTALL) -- test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)" -- @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \ -- l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ -- for i in $$l2; do \ -- case "$$i" in \ -- *.1*) list="$$list $$i" ;; \ -- esac; \ -- done; \ -- for i in $$list; do \ -- if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ -- else file=$$i; fi; \ -- ext=`echo $$i | sed -e 's/^.*\\.//'`; \ -- case "$$ext" in \ -- 1*) ;; \ -- *) ext='1' ;; \ -- esac; \ -- inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ -- inst=`echo $$inst | sed -e 's/^.*\///'`; \ -- inst=`echo $$inst | sed '$(transform)'`.$$ext; \ -- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ -- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \ -- done --uninstall-man1: -- @$(NORMAL_UNINSTALL) -- @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \ -- l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ -- for i in $$l2; do \ -- case "$$i" in \ -- *.1*) list="$$list $$i" ;; \ -- esac; \ -- done; \ -- for i in $$list; do \ -- ext=`echo $$i | sed -e 's/^.*\\.//'`; \ -- case "$$ext" in \ -- 1*) ;; \ -- *) ext='1' ;; \ -- esac; \ -- inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ -- inst=`echo $$inst | sed -e 's/^.*\///'`; \ -- inst=`echo $$inst | sed '$(transform)'`.$$ext; \ -- echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \ -- rm -f "$(DESTDIR)$(man1dir)/$$inst"; \ -- done - tags: TAGS - TAGS: - -@@ -610,22 +555,6 @@ - uninstall-info-am uninstall-man uninstall-man1 - - --# it'd be too good if this worked everywhere ... --#%.1: % --# pod2man $< $@ -- --kde-build.1: kde-build -- pod2man $< > $@ --cvsversion.1: cvsversion -- pod2man $< > $@ --cvscheck.1: cvscheck -- pod2man $< > $@ --noncvslist.1: noncvslist -- pod2man $< > $@ --cvsblame.1: cvsblame -- pod2man $< > $@ --includemocs.1: includemocs -- pod2man $< > $@ - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: |