diff options
Diffstat (limited to 'skype/Makefile')
-rw-r--r-- | skype/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skype/Makefile b/skype/Makefile index 2e7021f4..e1f91b4a 100644 --- a/skype/Makefile +++ b/skype/Makefile @@ -79,7 +79,7 @@ release: doc: HEADER.html Changelog HEADER.html: README Makefile - asciidoc -a toc -a numbered -a sectids -o HEADER.html README + asciidoc -a toc -a numbered -a sectids -o HEADER.html -a icons -a data-uri --attribute iconsdir=./images/icons README sed -i 's|@VERSION@|$(VERSION)|g' HEADER.html sed -i 's|@BITLBEE_VERSION@|$(BITLBEE_VERSION)|g' HEADER.html |