Also added support to the Makefile and spec. Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
10 lines
283 B
Makefile
10 lines
283 B
Makefile
.PHONY: clean
|
|
|
|
index.html: master.adoc assemblies/*.adoc meta/*.adoc modules/performance/*.adoc
|
|
asciidoctor -o index.html master.adoc || asciidoc -o index.html master.adoc
|
|
|
|
install: index.html
|
|
install -Dpm 0644 index.html $(DESTDIR)$(DOCDIR)/guide/index.html
|
|
|
|
clean:
|
|
rm -f *.html
|