Remove the dash from "clean-docs" in the Makefile for tab completion.

feature/documentation-builds-html
Isis Lovecruft 2013-04-14 09:29:35 +00:00
parent d2786b9283
commit 799845c760
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ uninstall:
touch installed-files.txt
cat installed-files.txt | sudo xargs rm -rf
clean-docs:
cleandocs:
sphinx-apidoc -F -A "Isis Agora Lovecruft" -H "python-gnupg" -V 0.4.0 -R 0.4.0 -o docs gnupg/ tests/
docs: