summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2011-11-03 08:58:14 +0100
committermathieui <mathieui@mathieui.net>2011-11-03 08:58:14 +0100
commit44ee989658567a8cdfe4dd88a86be5bc6b98526d (patch)
treefd30ae68e67c665e4790abb250b4bb95099df8b6 /Makefile
parenta603f46906b722d54220e3dba519fba1da2fd18b (diff)
parent7e8ea8e47fa56bc3e9757ad22b0622720570b26a (diff)
downloadpoezio-44ee989658567a8cdfe4dd88a86be5bc6b98526d.tar.gz
poezio-44ee989658567a8cdfe4dd88a86be5bc6b98526d.tar.bz2
poezio-44ee989658567a8cdfe4dd88a86be5bc6b98526d.tar.xz
poezio-44ee989658567a8cdfe4dd88a86be5bc6b98526d.zip
Merge branch 'master' of https://git.louiz.org/poezio
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e055d203..7e71edb1 100644
--- a/Makefile
+++ b/Makefile
@@ -34,5 +34,9 @@ uninstall:
rm -rf $(DESTDIR)$(DATADIR)/poezio
rm -rf $(DESTDIR)$(MANDIR)/man1/poezio.1
+doc:
+ find doc -name \*.txt -exec asciidoc {} \;
pot:
xgettext src/*.py --from-code=utf-8 --keyword=_ -o locale/poezio.pot
+
+.PHONY : doc \ No newline at end of file