Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Konieczny <jajcus@jajcus.net>2005-01-09 19:34:00 +0300
committerJacek Konieczny <jajcus@jajcus.net>2005-01-09 19:34:00 +0300
commit3c693c6cd6c04364564089e36a6321a8b9dfe4f8 (patch)
tree63164c1c548aa60fd208da12a7f2e355bde2d94a /Makefile
parent9da917a0fcc9b4d075ce6dd760c8dbef15f2f241 (diff)
- A lot of API and code cleanup:
- .as_xml() methods consistent, using new StanzaPayloadObject and StanzaPayloadWrapperObject classes - "node" arguments and attributes renamed to "xmlnode" when reffering to XML nodes - Roster.items(), Roster.groups(), Roster.items_by_name(), Roster.items_by_group(), Roser.items_by_jid() renamed to: Roster.get_items(), Roster.get_groups(), Roster.get_items_by_name(), Roster.get_items_by_group(), Roster.get_item_by_jid() - removed unneeded parent namespace passing to xmlNode.newChild() and xmlNode.newTextChild() - other small fixes and improvements
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 66e6238..fb56352 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ SNAPSHOT=
DESTDIR="/"
-.PHONY: all build test version dist doc cosmetics TODO.pylint pylint ChangeLog www publish
+.PHONY: all build test version dist update-doc doc cosmetics TODO.pylint pylint ChangeLog www publish
all: build test
@@ -20,6 +20,9 @@ test:
doc:
$(MAKE) -C doc
+update-doc:
+ $(MAKE) -C doc update-doc
+
www:
$(MAKE) -C doc www