diff options
author | mathieui <mathieui@mathieui.net> | 2011-11-03 08:58:14 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2011-11-03 08:58:14 +0100 |
commit | 44ee989658567a8cdfe4dd88a86be5bc6b98526d (patch) | |
tree | fd30ae68e67c665e4790abb250b4bb95099df8b6 /Makefile | |
parent | a603f46906b722d54220e3dba519fba1da2fd18b (diff) | |
parent | 7e8ea8e47fa56bc3e9757ad22b0622720570b26a (diff) | |
download | poezio-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-- | 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 |