summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-16 10:15:52 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-16 10:15:52 +0000
commitfbb790c36f4963e141d9ba7870ce1758dcf7b71e (patch)
treeac91f7f4b8c05abd20f0eab84a767c6bedc9e115
parent7784c43afbbe8d4de630043d29b4b7592c7fbb05 (diff)
downloadmailutils-fbb790c36f4963e141d9ba7870ce1758dcf7b71e.tar.gz
mailutils-fbb790c36f4963e141d9ba7870ce1758dcf7b71e.tar.bz2
Added trailing slash to the default BASE_URL
-rw-r--r--doc/texinfo/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/texinfo/Makefile.am b/doc/texinfo/Makefile.am
index 40dbbef5e..aee138169 100644
--- a/doc/texinfo/Makefile.am
+++ b/doc/texinfo/Makefile.am
@@ -51,7 +51,7 @@ DISTCLEANFILES=*.pgs
MAINTAINERCLEANFILES=$(INCFILES)
## Web documentation
-BASE_URL="http://www.gnu.org/software/mailutils/manual"
+BASE_URL="http://www.gnu.org/software/mailutils/manual/"
TEXI2HTML=${SHELL} `cd $(top_srcdir); pwd`/missing --run texi2html
DVIPS=${SHELL} `cd $(top_srcdir); pwd`/missing --run dvips
INFO=${SHELL} `cd $(top_srcdir); pwd`/missing --run info

Return to:

Send suggestions and report system problems to the System administrator.