diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-11-05 01:42:50 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-11-05 01:42:50 +0100 |
commit | 458e853874da933a29a2a992c15409d4bf1586ae (patch) | |
tree | 1fd4b4bc38a4fae0959cf1a0dd82b095c0f648a2 /Makefile | |
parent | ece4949086ec4a6dce191136ebf48e86bd14f01e (diff) | |
parent | 44ee989658567a8cdfe4dd88a86be5bc6b98526d (diff) | |
download | poezio-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-- | 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 |