hal/doc/api Doxyfile.in,1.2,1.3

David Zeuthen david at kemper.freedesktop.org
Sat Feb 25 08:32:30 PST 2006


Update of /cvs/hal/hal/doc/api
In directory kemper:/tmp/cvs-serv32725/doc/api

Modified Files:
	Doxyfile.in 
Log Message:
2006-02-25  David Zeuthen  <davidz at redhat.com>

        * hal-policy.pc.in: New file

        * libhal-policy/libhal-policy-test.c: New file

        * libhal-policy/libhal-policy.[ch]: New files

        * libhal-policy/Makefile.am: New file

        * hald/Makefile.am: Uncomment hald-test as this is currently
        somewhat broken

        * doc/api/Doxyfile.in: Add libhal-policy to INPUT

        * configure.in: Add stuff of libhal-policy

        * Makefile.am: Add libhal-policy to SUBDIRS and hal-policy.pc to
        pkgconfig_DATA and hal-policy.pc.in to EXTRA_DIST



Index: Doxyfile.in
===================================================================
RCS file: /cvs/hal/hal/doc/api/Doxyfile.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Doxyfile.in	23 Sep 2004 18:13:45 -0000	1.2
+++ Doxyfile.in	25 Feb 2006 16:32:28 -0000	1.3
@@ -363,7 +363,7 @@
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = @top_srcdir@/libhal @top_srcdir@/libhal-storage
+INPUT                  = @top_srcdir@/libhal @top_srcdir@/libhal-storage @top_srcdir@/libhal-policy
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 




More information about the hal-commit mailing list