summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-11-05 01:42:50 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-11-05 01:42:50 +0100
commit458e853874da933a29a2a992c15409d4bf1586ae (patch)
tree1fd4b4bc38a4fae0959cf1a0dd82b095c0f648a2 /Makefile
parentece4949086ec4a6dce191136ebf48e86bd14f01e (diff)
parent44ee989658567a8cdfe4dd88a86be5bc6b98526d (diff)
downloadpoezio-458e853874da933a29a2a992c15409d4bf1586ae.tar.gz
poezio-458e853874da933a29a2a992c15409d4bf1586ae.tar.bz2
poezio-458e853874da933a29a2a992c15409d4bf1586ae.tar.xz
poezio-458e853874da933a29a2a992c15409d4bf1586ae.zip
Merge branch 'master' of https://git.louiz.org/poezio into plugins
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