summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3c69722b..b9bdad54 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ clean:
find ./ -name \*.pyo -delete
find ./ -name \*~ -delete
find ./ -name "#*#" -delete
- find ./ -name "*.html" -delete
+ rm -r doc/build/
install: all
mkdir -p $(DESTDIR)$(prefix)
@@ -43,7 +43,7 @@ uninstall:
rm -rf $(DESTDIR)$(MANDIR)/man1/poezio.1
doc:
- find doc -name \*.txt -exec asciidoc -a toc {} \;
+ make -C doc/ html
pot:
xgettext src/*.py --from-code=utf-8 --keyword=_ -o locale/poezio.pot