public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
* cygnus2.css is not installed
@ 2000-07-27 11:46 Warren Jones
  0 siblings, 0 replies; only message in thread
From: Warren Jones @ 2000-07-27 11:46 UTC (permalink / raw)
  To: sourcenav

cygnus2.css (from snavigator/doc/html) is not installed
by the Makefile.  This style sheet is referenced from
index.html.in and a number of other HTML files.

For what it's worth, my browser (Netscape 4.72) doesn't
complain about the missing style sheets when "index.html"
is loaded as a file URL, but it does complain (and fail)
when index.html is loaded as an HTTP URL.  This may be
why the missing file hasn't been noticed sooner.

See below for a patch to Makefile.am.

-- 
Warren Jones
Fluke Corporation

Index: Makefile.am
===================================================================
RCS file: /usr0/sweng/src/active/CVS.repo/snavigator/snavigator/doc/html/Makefile.am,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile.am
--- Makefile.am	2000/07/25 22:05:51	1.1.1.1
+++ Makefile.am	2000/07/27 18:37:29
@@ -22,7 +22,7 @@ AUTOMAKE_OPTIONS = cygnus
 ## Process this file with automake to create Makefile.in.
 
 htmldir = $(prefix)/html
-html_DATA=cygnus1.css index-1.gif redhatlogo.gif
+html_DATA=cygnus1.css cygnus2.css index-1.gif redhatlogo.gif
 userguidedir = $(htmldir)/userguide
 srchtmldir = $(top_srcdir)/doc/html
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-07-27 11:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-27 11:46 cygnus2.css is not installed Warren Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).