diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |