Skip to content

Commit

Permalink
GNUmakefile: add index.html target
Browse files Browse the repository at this point in the history
  • Loading branch information
nedko committed Nov 27, 2023
1 parent e4ef43b commit fc1e901
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ ladish:
PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:$(TOP)/build/destdir/usr/lib/pkgconfig python3 ./waf configure --prefix=$(TOP)/build/destdir/usr
python3 ./waf
python3 ./waf install

index.html: README.adoc README-docinfo.html README-docinfo-header.html
asciidoc -b html5 -a data-uri -a icons --theme ladi -o index.html README.adoc

0 comments on commit fc1e901

Please sign in to comment.