Skip to content

Commit

Permalink
chore: add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
d0p1s4m4 committed Dec 26, 2023
1 parent 4034744 commit dfcc1b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ all: pdf www
pdf: asm-manual.pdf

www: src/main.texi
texi2any -o $@ --html $^
texi2any -o $@ --html $^
cp favicon.ico $@/favicon.ico

asm-manual.pdf: src/main.texi
texi2dvi -o $@ -p $^
Binary file added favicon.ico
Binary file not shown.

0 comments on commit dfcc1b6

Please sign in to comment.