diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-08-27 06:05:47 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-08-27 06:05:47 -0300 |
commit | d73f07b0acf8bae623e1e112a7cb3744a84a92ee (patch) | |
tree | 87a2b353ea5229bbe309ea9db9d43bf24e2a6fd8 /social/seeks/docbook2man.patch | |
parent | c001329b017288676a28aa6078bf16ad42e318e9 (diff) | |
parent | 0ff008e3c9dcc5ef088f481dfff3dcd121575598 (diff) |
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
Diffstat (limited to 'social/seeks/docbook2man.patch')
-rw-r--r-- | social/seeks/docbook2man.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/social/seeks/docbook2man.patch b/social/seeks/docbook2man.patch deleted file mode 100644 index c5de2e063..000000000 --- a/social/seeks/docbook2man.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- seeks/configure 2011-07-30 15:16:27.000000000 +0200 -+++ seeks/configure.patch 2011-07-30 16:04:34.000000000 +0200 -@@ -16726,10 +16726,10 @@ PCRE_CFLAGS=`$PCRE_CONFIG --cflags` - - - #========================================================================== --# Finding docbook2x-man -+# Finding docbook2man - #========================================================================== --# Extract the first word of "docbook2x-man", so it can be a program name with args. --set dummy docbook2x-man; ac_word=$2 -+# Extract the first word of "docbook2man", so it can be a program name with args. -+set dummy docbook2man; ac_word=$2 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 - $as_echo_n "checking for $ac_word... " >&6; } - if ${ac_cv_prog_docbook+:} false; then : ---- seeks/doc/Makefile.am 2011-07-30 16:51:14.000000000 +0200 -+++ seeks/doc/Makefile.am.patch 2011-07-30 16:55:58.000000000 +0200 -@@ -8,4 +8,4 @@ endif - - EXTRA_DIST=seeks.1.docbook - seeks.1: -- docbook2x-man ${srcdir}/seeks.1.docbook -+ docbook2man ${srcdir}/seeks.1.docbook |