File: add-favicon-to-manual

package info (click to toggle)
checker-framework-java 3.2.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,104 kB
  • sloc: java: 145,916; xml: 839; sh: 518; makefile: 404; perl: 26
file content (7 lines) | stat: -rwxr-xr-x 646 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
# Similar to ../logo/html-add-favicon, but works only on a single file: manual.html
# The reason we don't just fix ../logo/html-add-favicon to work on a single file instead
# of creating this special-purpose script is that any changes we make to ../logo/html-add-favicon
# would promptly be overwritten the next time it is updated from the plume-lib repository.
# Likewise any changes made to html-add-favicon in our clone of the plume-lib repository would
# be overwritten once we refreshed it from its upstream repository.
sed -i -e " s%<head>\$%<head><link rel=\"icon\" href=\"favicon-checkerframework.png\" type=\"image/png\"/>%" manual.html