SOURCES: man-relat.patch (NEW) - the proper path when man2html is ...

witekfl witekfl at pld-linux.org
Fri May 12 20:26:00 CEST 2006


Author: witekfl                      Date: Fri May 12 18:26:00 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- the proper path when man2html is used with -r switch
- html pages could be stored in /usr/share/man/html?/, eg.:
  /usr/share/man/html1/man.1.html,
  /usr/share/man/html1/pl/man2html.1.html

---- Files affected:
SOURCES:
   man-relat.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/man-relat.patch
diff -u /dev/null SOURCES/man-relat.patch:1.1
--- /dev/null	Fri May 12 20:26:00 2006
+++ SOURCES/man-relat.patch	Fri May 12 20:25:55 2006
@@ -0,0 +1,11 @@
+--- man-1.6c.old/man2html/cgibase.c	2006-05-12 18:48:02.000000000 +0200
++++ man-1.6c/man2html/cgibase.c	2006-05-12 19:59:22.000000000 +0200
+@@ -107,7 +107,7 @@
+ 			printf("<A HREF=\"../index.html\">"
+ 			       "Return to Main Contents</A>");
+ 		else
+-			printf("<A HREF=\"../man%s/%s.%s.html\">%s</A>",
++			printf("<A HREF=\"../html%s/%s.%s.html\">%s</A>",
+ 			       sec, h, sec, h);
+ 	} else {
+ 		if (!h)
================================================================


More information about the pld-cvs-commit mailing list