/offlineimap/head: changeset 478
Added -l option. Updated documentation for it. Changed _msg to _display override in UI modules. Renamed "doc" to "docs" target in Makefile to avoid conflicting with a subdir.
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
SHELL=/bin/bash
|
||||
|
||||
clean:
|
||||
-python2.2 setup.py clean --all
|
||||
-python2.3 setup.py clean --all
|
||||
-rm -f `find . -name "*~"`
|
||||
-rm -f `find . -name "*.tmp"`
|
||||
-rm -f bin/offlineimapc
|
||||
@ -34,7 +34,7 @@ clean:
|
||||
changelog:
|
||||
svn log -v > ChangeLog
|
||||
|
||||
docs:
|
||||
doc:
|
||||
docbook2man offlineimap.sgml
|
||||
docbook2man offlineimap.sgml
|
||||
docbook2html -u offlineimap.sgml
|
||||
|
Reference in New Issue
Block a user