diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-11-03 03:42:19 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-11-03 03:42:19 +0100 |
commit | 7e8ea8e47fa56bc3e9757ad22b0622720570b26a (patch) | |
tree | a9e258504369c347c539ccbdf666d9a47e80af84 /Makefile | |
parent | dac8a12abff0ec7c8d3baec4eb73535040c9de9d (diff) | |
parent | af64505feb73592053beeb13e784379e6626b376 (diff) | |
download | poezio-7e8ea8e47fa56bc3e9757ad22b0622720570b26a.tar.gz poezio-7e8ea8e47fa56bc3e9757ad22b0622720570b26a.tar.bz2 poezio-7e8ea8e47fa56bc3e9757ad22b0622720570b26a.tar.xz poezio-7e8ea8e47fa56bc3e9757ad22b0622720570b26a.zip |
Merge branch 'doc'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |