Editor highlighting
-------------------
qu.xml  : (Kate) Qu syntax highlighting.
quc.xml : (Kate) should help you when writing C code for Qu.



To build and install Qu documentation
-------------------------------------

Assuming Qu is installed in /opt/qu, then:

	cd /opt/qu/doc


Try run with the debugging option (qu -d xxx). If everything is
fine then run without the debugging option.

	qu api
	qu lib

	cd lang
	qu lang

	cd ../tutorial
	qu tutorial

	cd ../devel
	qu devel
