From ce6c095dc57827531f9627faf6a94183be451879 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Sun, 3 Jul 2022 17:22:42 +0200 Subject: ref: Add build to publish the readme file I use `index.html` in another places. --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ed3ae00..7922953 100644 --- a/Makefile +++ b/Makefile @@ -11,5 +11,15 @@ clean: python setup.py clean --all rm -rf dist jnfilter.egg-info +docs: + pandoc -s \ + --include-in-header=docs/bamboo.min.css \ + --metadata title="Filtro para Nerdcast" \ + --template docs/template.html \ + -s README.md \ + -o index.html + install_deps: dnf install -y rpmdevtools rpmlint python + +.PHONY: docs -- cgit v1.2.3