summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-04-13 22:59:37 +0200
committermathieui <mathieui@mathieui.net>2013-04-13 22:59:37 +0200
commit2ef6742ad9d8522d7a217c33048cfc9e779ad72d (patch)
tree8915777053fb5f6403e394fed0e6db5c5d4feaff
parentf262d9f779292593cf043cc01b15ef785480bdd9 (diff)
downloadpoezio-2ef6742ad9d8522d7a217c33048cfc9e779ad72d.tar.gz
poezio-2ef6742ad9d8522d7a217c33048cfc9e779ad72d.tar.bz2
poezio-2ef6742ad9d8522d7a217c33048cfc9e779ad72d.tar.xz
poezio-2ef6742ad9d8522d7a217c33048cfc9e779ad72d.zip
Update Makefile & Changelog
-rw-r--r--CHANGELOG1
-rw-r--r--Makefile4
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index af453182..49834df0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,7 @@ For more detailed changelog, see the roadmap:
http://dev.louiz.org/projects/poezio/roadmap
* Poezio 0.8 - dev
+- The documentation now uses Sphinx/reST instead of AsciiDoc
- Add User Tune/Nickname/Mood/Activity/Gaming support
- More theming options
- Add xml:lang support
diff --git a/Makefile b/Makefile
index 3c69722b..b9bdad54 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ clean:
find ./ -name \*.pyo -delete
find ./ -name \*~ -delete
find ./ -name "#*#" -delete
- find ./ -name "*.html" -delete
+ rm -r doc/build/
install: all
mkdir -p $(DESTDIR)$(prefix)
@@ -43,7 +43,7 @@ uninstall:
rm -rf $(DESTDIR)$(MANDIR)/man1/poezio.1
doc:
- find doc -name \*.txt -exec asciidoc -a toc {} \;
+ make -C doc/ html
pot:
xgettext src/*.py --from-code=utf-8 --keyword=_ -o locale/poezio.pot