[Kos-cvs] kos/doc Makefile,1.29,1.30

thomas at kos.enix.org thomas at kos.enix.org
Sun Jan 16 12:42:16 CET 2005


Update of /home/kos/cvs/kos/doc
In directory the-doors:/tmp/cvs-serv27084/doc

Modified Files:
	Makefile 
Log Message:
2005-01-16  Thomas Petazzoni  <thomas at crazy.kos.nx>

	* modules/i8042/i8042.c: Correct the name of init_module_level0 to
	init_module_level4, as reported by David Mentré.

	* modules/console/console.c: GPL header + doxygen documentation.

	* modules/console/console.h: GPL header + doxygen documentation.

	* modules/console/_console.h: GPL header + doxygen documentation.

	* modules/console/_console.c: GPL header + doxygen documentation.

	* modules/doc.cfg (PROJECT_NUMBER): Increment KOS version ;-)

	* doc/Makefile (SRCS): Add the helloworld documentation to the
	list of documentation automatically generated.

	* modules/debug/bochs.c: Some doxygen documentation.



Index: Makefile
===================================================================
RCS file: /home/kos/cvs/kos/doc/Makefile,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Makefile	15 Jan 2005 23:07:41 -0000	1.29
+++ Makefile	16 Jan 2005 11:42:14 -0000	1.30
@@ -9,7 +9,7 @@
 EPS2PDF=epstopdf
 
 SRCS:=modules.tex vm_manag.tex kstack.tex babel.tex testingfr.tex	\
-      testingen.tex bootstrap.tex idt.tex k/k_language.tex
+      testingen.tex bootstrap.tex idt.tex k/k_language.tex helloworld.tex
 
 .PRECIOUS: %.dvi # xdvi, ca suffit bien assez
 



More information about the Kos-cvs mailing list