summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-11-01 23:25:52 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-11-01 23:25:52 +0100
commit4e40512ff9e09eaf7336d67a9e6cb20a6a74347a (patch)
tree59108b9d5688711e9eda957b8b1fe44b5a7a00ab /Makefile
parentaa6738800d67c5061d7e551b3d896f3366296045 (diff)
downloadpoezio-4e40512ff9e09eaf7336d67a9e6cb20a6a74347a.tar.gz
poezio-4e40512ff9e09eaf7336d67a9e6cb20a6a74347a.tar.bz2
poezio-4e40512ff9e09eaf7336d67a9e6cb20a6a74347a.tar.xz
poezio-4e40512ff9e09eaf7336d67a9e6cb20a6a74347a.zip
First example of a documentation page + makefile to build the 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