Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
poezio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Maxime Buquet
poezio
Commits
2ef6742a
Commit
2ef6742a
authored
Apr 13, 2013
by
mathieui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Makefile & Changelog
parent
f262d9f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
CHANGELOG
CHANGELOG
+1
-0
Makefile
Makefile
+2
-2
No files found.
CHANGELOG
View file @
2ef6742a
...
...
@@ -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
...
...
Makefile
View file @
2ef6742a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment