aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
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