hgbook
diff html/index.en.html @ 171:8c1703a98266
Add a dependency on htlatex to HTML targets, even though we don't call it.
If the files it ships with aren't present, we can't build HTML.
If the files it ships with aren't present, we can't build HTML.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon Mar 26 23:57:58 2007 -0700 (2007-03-26) |
parents | e49f4451d0e3 |
children | b049cb10bde3 |
line diff
1.1 --- a/html/index.en.html Wed Mar 21 23:27:34 2007 -0700 1.2 +++ b/html/index.en.html Mon Mar 26 23:57:58 2007 -0700 1.3 @@ -3,6 +3,8 @@ 1.4 <html lang="en"> 1.5 <head> 1.6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 1.7 + <link rel="icon" href="/hgicon.png" type="image/png"> 1.8 + <meta name="robots" content="index,follow"> 1.9 <title>Distributed revision control with Mercurial</title> 1.10 </head> 1.11