X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/ab46037d90fb55f34bbf2db9e0bde4c6ee54df78..b8ae93466d333ed4f0016842a7d6355f71e195fd:/Makefile diff --git a/Makefile b/Makefile index 90a7563..c3e2a11 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ LDFLAGS = -lcurses CFLAGS = '-DVERSION="$(VERSION)"' -Wall DFLAGS = -g -DDEBUG PROGS = tig -DOCS = tig.1.txt tig.1.html tig.1 +DOCS = tig.1.txt tig.1.html tig.1 README.html VERSION = $(shell git-describe) all: $(PROGS) @@ -39,6 +39,9 @@ tig.1.txt: tig.c sed '/^[^*]*\*\*/d' | \ sed 's/\*\///;s/^[^*]*\* *//' > $@ +README.html: README + asciidoc -b xhtml11 -d article -f web.conf $< + %.1.html : %.1.txt asciidoc -b xhtml11 -d manpage $<