summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-11-03 03:42:19 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-11-03 03:42:19 +0100
commit7e8ea8e47fa56bc3e9757ad22b0622720570b26a (patch)
treea9e258504369c347c539ccbdf666d9a47e80af84 /Makefile
parentdac8a12abff0ec7c8d3baec4eb73535040c9de9d (diff)
parentaf64505feb73592053beeb13e784379e6626b376 (diff)
downloadpoezio-7e8ea8e47fa56bc3e9757ad22b0622720570b26a.tar.gz
poezio-7e8ea8e47fa56bc3e9757ad22b0622720570b26a.tar.bz2
poezio-7e8ea8e47fa56bc3e9757ad22b0622720570b26a.tar.xz
poezio-7e8ea8e47fa56bc3e9757ad22b0622720570b26a.zip
Merge branch 'doc'
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