Submitted By: Randy McMurchy Date: 2004-08-17 Initial Package Version: 1.6.4 Upstream Status: Not submitted (LFS/FHS compliance) Origin: Self-created Description: Changes the HTML Reference Manual installation from $prefix/html/guile to $prefix/share/doc/guile diff -Naur guile-1.6.4-orig/doc/goops/Makefile.am guile-1.6.4/doc/goops/Makefile.am --- guile-1.6.4-orig/doc/goops/Makefile.am 2002-12-07 22:41:28.000000000 +0000 +++ guile-1.6.4/doc/goops/Makefile.am 2004-08-18 02:50:24.824763240 +0000 @@ -31,7 +31,7 @@ if HTMLDOC -htmldir = $(prefix)/html/guile-$(VERSION) +htmldir = $(prefix)/share/doc/guile-$(VERSION) html_DATA = goops_toc.html $(shell ls goops_*.html 2>/dev/null) diff -Naur guile-1.6.4-orig/doc/goops/Makefile.in guile-1.6.4/doc/goops/Makefile.in --- guile-1.6.4-orig/doc/goops/Makefile.in 2003-04-21 17:02:48.000000000 +0000 +++ guile-1.6.4/doc/goops/Makefile.in 2004-08-18 02:50:54.003327424 +0000 @@ -183,7 +183,7 @@ # Optionally support building an HTML version of the manual. -@HTMLDOC_TRUE@htmldir = $(prefix)/html/guile-$(VERSION) +@HTMLDOC_TRUE@htmldir = $(prefix)/share/doc/guile-$(VERSION) @HTMLDOC_TRUE@html_DATA = goops_toc.html $(shell ls goops_*.html 2>/dev/null) diff -Naur guile-1.6.4-orig/doc/ref/Makefile.am guile-1.6.4/doc/ref/Makefile.am --- guile-1.6.4-orig/doc/ref/Makefile.am 2003-02-01 05:15:08.000000000 +0000 +++ guile-1.6.4/doc/ref/Makefile.am 2004-08-18 02:48:01.378570376 +0000 @@ -50,7 +50,7 @@ if HTMLDOC -htmldir = $(prefix)/html/guile-$(VERSION) +htmldir = $(prefix)/share/doc/guile-$(VERSION) html_DATA = guile_toc.html $(shell ls guile_*.html 2>/dev/null) diff -Naur guile-1.6.4-orig/doc/ref/Makefile.in guile-1.6.4/doc/ref/Makefile.in --- guile-1.6.4-orig/doc/ref/Makefile.in 2003-04-21 17:02:49.000000000 +0000 +++ guile-1.6.4/doc/ref/Makefile.in 2004-08-18 02:48:53.147700272 +0000 @@ -198,7 +198,7 @@ # Optionally support building an HTML version of the reference manual. -@HTMLDOC_TRUE@htmldir = $(prefix)/html/guile-$(VERSION) +@HTMLDOC_TRUE@htmldir = $(prefix)/share/doc/guile-$(VERSION) @HTMLDOC_TRUE@html_DATA = guile_toc.html $(shell ls guile_*.html 2>/dev/null) diff -Naur guile-1.6.4-orig/doc/tutorial/Makefile.am guile-1.6.4/doc/tutorial/Makefile.am --- guile-1.6.4-orig/doc/tutorial/Makefile.am 2002-12-07 22:41:30.000000000 +0000 +++ guile-1.6.4/doc/tutorial/Makefile.am 2004-08-18 02:49:19.656670296 +0000 @@ -29,7 +29,7 @@ if HTMLDOC -htmldir = $(prefix)/html/guile-$(VERSION) +htmldir = $(prefix)/share/doc/guile-$(VERSION) html_DATA = guile-tut_toc.html $(shell ls guile-tut_*.html 2>/dev/null) diff -Naur guile-1.6.4-orig/doc/tutorial/Makefile.in guile-1.6.4/doc/tutorial/Makefile.in --- guile-1.6.4-orig/doc/tutorial/Makefile.in 2003-04-21 17:02:49.000000000 +0000 +++ guile-1.6.4/doc/tutorial/Makefile.in 2004-08-18 02:49:52.875620248 +0000 @@ -181,7 +181,7 @@ # Optionally support building an HTML version of the reference manual. -@HTMLDOC_TRUE@htmldir = $(prefix)/html/guile-$(VERSION) +@HTMLDOC_TRUE@htmldir = $(prefix)/share/doc/guile-$(VERSION) @HTMLDOC_TRUE@html_DATA = guile-tut_toc.html $(shell ls guile-tut_*.html 2>/dev/null) subdir = doc/tutorial