hal/doc/api Doxyfile.in,1.1,1.2 Makefile.am,1.1,1.2

David Zeuthen david at freedesktop.org
Thu Sep 23 11:13:47 PDT 2004


Update of /cvs/hal/hal/doc/api
In directory gabe:/tmp/cvs-serv17124/doc/api

Modified Files:
	Doxyfile.in Makefile.am 
Log Message:
2004-09-23  David Zeuthen  <david at fubar.dk>

	* po/POTFILES.in: New file

	* libhal-storage/libhal-storage.h: New file

	* libhal-storage/libhal-storage.c: New file

	* libhal/libhal.c: Add dgettext support
	(hal_initialize): Bind to translation domain (but only once)

	* doc/api/Makefile.am (htmldocdir): Rename to api from libhal

	* Doxyfile.in: Add libhal-storage

	* configure.in: Add checks for i18n tools. Add hal-storage.pc,
	libhal-storage/Makefile and po/Makefile.in to AC_OUTPUT

	* autogen.sh: Add checks for i18n tools

	* hal-storage.pc.in: New file

	* Makefile.am: Add libhal-storage and po to SUBDIRS. Add hal-storage.pc



Index: Doxyfile.in
===================================================================
RCS file: /cvs/hal/hal/doc/api/Doxyfile.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Doxyfile.in	21 Jul 2004 23:07:45 -0000	1.1
+++ Doxyfile.in	23 Sep 2004 18:13:45 -0000	1.2
@@ -363,7 +363,7 @@
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = @top_srcdir@/libhal
+INPUT                  = @top_srcdir@/libhal @top_srcdir@/libhal-storage
 
 # 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 

Index: Makefile.am
===================================================================
RCS file: /cvs/hal/hal/doc/api/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am	21 Jul 2004 23:07:45 -0000	1.1
+++ Makefile.am	23 Sep 2004 18:13:45 -0000	1.2
@@ -3,7 +3,7 @@
 
 EXTRA_DIST = Doxyfile Doxyfile.in
 
-htmldocdir = $(datadir)/doc/hal-$(VERSION)/libhal
+htmldocdir = $(datadir)/doc/hal-$(VERSION)/api
 htmldoc_DATA = html/*
 
 html/* : Doxyfile




More information about the hal-commit mailing list