Update Makefile & Changelog
This commit is contained in:
parent
f262d9f779
commit
2ef6742ad9
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
4
Makefile
4
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue