From 58ee866ec8663b9d8253a89841fdc819e0ad3f34 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 29 Jul 2013 21:12:05 +0000 Subject: Name our index pages "index.html". This is follows a well-established convention and lets us avoid a bit of juggling on the server side. svn path=/trunk/; revision=51021 --- docbook/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docbook/Makefile.am') diff --git a/docbook/Makefile.am b/docbook/Makefile.am index d0afb1a8de..d3bcdb3734 100644 --- a/docbook/Makefile.am +++ b/docbook/Makefile.am @@ -96,9 +96,9 @@ else endif # create html single page file -user-guide.html: wsug_html/user-guide.html +user-guide.html: wsug_html/index.html -wsug_html/user-guide.html: $(WSUG_SOURCE) wsluarm +wsug_html/index.html: $(WSUG_SOURCE) wsluarm @ echo --- WSUG - HTML SINGLE PAGE --- mkdir -p wsug_html/wsug_graphics/toolbar cp $(srcdir)/wsug_graphics/*.* wsug_html/wsug_graphics @@ -147,9 +147,9 @@ wsluarm: make-wsluarm.pl $(WSLUA_MODULES) # Wireshark Developer Guide if HAVE_FOP -WSDG_TARGETS=wsdg.validated wsdg_html_chunked developer-guide.html developer-guide-a4.pdf developer-guide-us.pdf +WSDG_TARGETS=wsdg.validated wsdg_html_chunked wsdg_html developer-guide-a4.pdf developer-guide-us.pdf else -WSDG_TARGETS=wsdg.validated wsdg_html_chunked developer-guide.html +WSDG_TARGETS=wsdg.validated wsdg_html_chunked wsdg_html endif wsdg: $(WSDG_TARGETS) @@ -165,9 +165,9 @@ else endif # create html single page file -developer-guide.html: wsdg_html/developer-guide.html +wsdg_html: wsdg_html/index.html -wsdg_html/developer-guide.html: $(WSDG_SOURCE) +wsdg_html/index.html: $(WSDG_SOURCE) @ echo --- WSDG - HTML SINGLE PAGE --- mkdir -p wsdg_html/wsdg_graphics/toolbar cp $(srcdir)/wsdg_graphics/*.* wsdg_html/wsdg_graphics -- cgit v1.2.3