From 4a8bf4fdf6c47649c5d3fd70e8acf48459cf56de Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 26 Aug 2020 02:56:20 +0000 Subject: Remove vestigial URL for pointer man pages git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3927 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- buildtools/configure.pl | 25 ------------------------- config.mk.in | 10 ---------- doc/HISTORY | 3 +++ 3 files changed, 3 insertions(+), 35 deletions(-) diff --git a/buildtools/configure.pl b/buildtools/configure.pl index 4eeb97de..6a152a10 100755 --- a/buildtools/configure.pl +++ b/buildtools/configure.pl @@ -2239,27 +2239,6 @@ print("\n"); # little more complicated because there are versions shipped with Netpbm. -#****************************************************************************** -# -# CONFIGURE DOCUMENTATION -# -#***************************************************************************** - -print("What URL will you use for the main Netpbm documentation page?\n"); -print("This information does not get built into any programs or libraries.\n"); -print("It does not make anything actually install that web page.\n"); -print("It is just for including in legacy man pages.\n"); -print("\n"); - -my $default = "http://netpbm.sourceforge.net/doc/"; - -my $netpbm_docurl = prompt("Documentation URL", $default); - -print("\n"); - - - - #****************************************************************************** # # VALIDATE THE CONFIGURATION USER HAS SELECTED @@ -2605,10 +2584,6 @@ if (defined($linuxsvgalib)) { push(@config_mk, "LINUXSVGALIB = $linuxsvgalib\n"); } -if (defined($netpbm_docurl)) { - push(@config_mk, "NETPBM_DOCURL = $netpbm_docurl\n"); -} - if ($inttypesHeaderFile ne '') { push(@config_mk, "INTTYPES_H = $inttypesHeaderFile\n"); } diff --git a/config.mk.in b/config.mk.in index 05cb45d4..b79472b0 100644 --- a/config.mk.in +++ b/config.mk.in @@ -657,16 +657,6 @@ DLLVER = #Cygwin #DLLVER = $(NETPBM_MAJOR_RELEASE) -#NETPBM_DOCURL is the URL of the main documentation page for Netpbm. -#This is a directory which contains a file for each Netpbm program, -#library, and file type. E.g. The documentation for jpegtopnm might be in -#http://netpbm.sourceforge.net/doc/jpegtopnm.html . This value gets -#installed in the man pages (which say no more than to read the webpage) -#and in the Manweb netpbm.url file. -NETPBM_DOCURL = http://netpbm.sourceforge.net/doc/ -#For a system with no web access, but a local copy of the doc: -#NETPBM_DOCURL = file:/usr/doc/netpbm/ - # RGB_DB_PATH is where Netpbm looks for the color database when the RGBDEF # environment variable is not set. See pm_config.in.h for details. RGB_DB_PATH = /usr/local/netpbm/rgb.txt:/usr/share/netpbm/rgb.txt:/etc/X11/rgb.txt:/usr/lib/X11/rgb.txt:/usr/share/X11/rgb.txt:/usr/X11R6/lib/X11/rgb.txt diff --git a/doc/HISTORY b/doc/HISTORY index 850a76b9..7dd3b95e 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -27,6 +27,9 @@ not yet BJH Release 10.92.00 should have stopped it from working at all, despite reports from users that they were using it. + Configure: remove obsolete question about URL to put in pointer + man pages of yesteryear. + 20.06.28 BJH Release 10.91.00 pamstretch-gen: Add -quiet (supposedly added in 10.86, but never -- cgit 1.4.1