diff options
author | Petteri Aimonen <jpa@npb.mail.kapsi.fi> | 2012-01-05 18:35:12 +0000 |
---|---|---|
committer | Petteri Aimonen <jpa@npb.mail.kapsi.fi> | 2012-01-05 18:35:12 +0000 |
commit | 28aa0ce0966ab9bc93654b2c3f9ffb3aaca255bf (patch) | |
tree | c20b4cfcb5e888638eb0c78c2607482534e1cc3a /docs/Makefile | |
parent | b5fb97f6f58a1aebe4095c5e9cae5c4bd777812e (diff) |
Added logo for project :)
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@1095 e3a754e5-d11d-0410-8d38-ebb782a927b9
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile index 3c953990..cfd84ac0 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -6,3 +6,4 @@ all: index.html concepts.html reference.html \ %.html: %.rst rst2html --stylesheet=lsr.css --link-stylesheet $< $@ + sed -i 's!</head>!<link href="favicon.ico" type="image/x-icon" rel="shortcut icon" />\n</head>!' $@ |