Remove the dash from "clean-docs" in the Makefile for tab completion.
parent
d2786b9283
commit
799845c760
2
Makefile
2
Makefile
|
@ -20,7 +20,7 @@ uninstall:
|
||||||
touch installed-files.txt
|
touch installed-files.txt
|
||||||
cat installed-files.txt | sudo xargs rm -rf
|
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/
|
sphinx-apidoc -F -A "Isis Agora Lovecruft" -H "python-gnupg" -V 0.4.0 -R 0.4.0 -o docs gnupg/ tests/
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
|
|
Loading…
Reference in New Issue