2d8d7e9441
From Kimura Fuyuki in PR pkg/35914 KDiff3 is a program that * compares and merges two or three input files or directories, * shows the differences line by line and character by character (!), * provides an automatic merge-facility and * an integrated editor for comfortable solving of merge-conflicts * has support for KDE-KIO (ftp, sftp, http, fish, smb) * and has an intuitive graphical user interface.
13 lines
426 B
Text
13 lines
426 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2007/03/24 14:22:24 markd Exp $
|
|
|
|
--- doc/Makefile.in.orig 2006-05-14 20:34:22.000000000 +0900
|
|
+++ doc/Makefile.in
|
|
@@ -561,7 +561,7 @@ install-data: install-data-recursive
|
|
uninstall: uninstall-nls uninstall-recursive
|
|
|
|
install-am: all-am
|
|
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am
|
|
|
|
installcheck: installcheck-recursive
|
|
install-strip:
|