Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bindings
thunarx-python
Commits
f468bb85
Commit
f468bb85
authored
Dec 14, 2010
by
Adam Plumb
Browse files
Updated to v0.2.2
parent
fe59c8c0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
f468bb85
...
...
@@ -10,6 +10,6 @@ rpm: dist
dist-hook
:
echo
"==== DIST HOOK ===="
echo
"
`
pwd
`
"
mv
$(srcdir)
/docs/html
$(distdir)
/docs
test
-d
"
$(srcdir)
/docs/html"
&&
mv
$(srcdir)
/docs/html
$(distdir)
/docs
||
echo
DISTCHECK_CONFIGURE_FLAGS
=
--enable-gtk-doc
NEWS
View file @
f468bb85
0.2.2:
- Add gtk-doc documentation
- Fixed dependency information in the README file
0.2.1:
- Override the thunarx.PropertyPage constructor to allow for a string or
GtkWidget label
...
...
configure.ac.in
View file @
f468bb85
...
...
@@ -13,7 +13,7 @@ dnl *** Version information ***
dnl ***************************
m4_define([txp_version_major], [0])
m4_define([txp_version_minor], [2])
m4_define([txp_version_micro], [
1
])
m4_define([txp_version_micro], [
2
])
m4_define([txp_version_tag], [])
m4_define([txp_version_build], [])
m4_define([txp_version], [txp_version_major().txp_version_minor().txp_version_micro()ifelse(txp_version_tag(), [], [], [txp_version_tag()-txp_version_build()])])
...
...
Write
Preview
Supports
Markdown
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