Added trailing slash to the default BASE_URL
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -51,7 +51,7 @@ DISTCLEANFILES=*.pgs | ... | @@ -51,7 +51,7 @@ DISTCLEANFILES=*.pgs |
51 | MAINTAINERCLEANFILES=$(INCFILES) | 51 | MAINTAINERCLEANFILES=$(INCFILES) |
52 | 52 | ||
53 | ## Web documentation | 53 | ## Web documentation |
54 | BASE_URL="http://www.gnu.org/software/mailutils/manual" | 54 | BASE_URL="http://www.gnu.org/software/mailutils/manual/" |
55 | TEXI2HTML=${SHELL} `cd $(top_srcdir); pwd`/missing --run texi2html | 55 | TEXI2HTML=${SHELL} `cd $(top_srcdir); pwd`/missing --run texi2html |
56 | DVIPS=${SHELL} `cd $(top_srcdir); pwd`/missing --run dvips | 56 | DVIPS=${SHELL} `cd $(top_srcdir); pwd`/missing --run dvips |
57 | INFO=${SHELL} `cd $(top_srcdir); pwd`/missing --run info | 57 | INFO=${SHELL} `cd $(top_srcdir); pwd`/missing --run info | ... | ... |
-
Please register or sign in to post a comment