OAF api-docs build



The OAF API docs seem to have a couple minor build problems.  First,
the file api-docs/tmpl/debugging.sgml seems to be missing.  Also, the
build is always dirty because of a missing/nonexistent liboaf.html
file.  I couldn't tell if the intent was to create this file somehow
(didn't look like it, from the SGML), or if was just a relic from
previous ideas.

Anyway, this patch fixes it.

John

-- 
dusk ravendusk org                            http://www.gnome.org
jsheets codeweavers com                  http://www.worldforge.org
jsheets users sourceforge net     http://openbooks.sourceforge.net
               http://advogato.org/person/jsheets

                   Writing Gnome Applications
          http://www.aw.com/cseng/titles/0-201-65791-0/
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/oaf/ChangeLog,v
retrieving revision 1.126.2.28
diff -u -r1.126.2.28 ChangeLog
--- ChangeLog	2001/02/07 08:14:06	1.126.2.28
+++ ChangeLog	2001/02/07 23:40:54
@@ -1,3 +1,8 @@
+2001-02-07  John R. Sheets  <dusk ravendusk org>
+
+	* api-docs/Makefile.am: Replace references to (nonexistent)
+	liboaf.html with html/book1.html.
+
 2001-02-07  Maciej Stachowiak  <mjs eazel com>
 
 	reviewed by: Pavvel Cisler  <pavel eazel com>
Index: api-docs/Makefile.am
===================================================================
RCS file: /cvs/gnome/oaf/api-docs/Makefile.am,v
retrieving revision 1.9
diff -u -r1.9 Makefile.am
--- api-docs/Makefile.am	2000/11/16 09:14:56	1.9
+++ api-docs/Makefile.am	2001/02/07 23:40:54
@@ -24,7 +24,7 @@
 
 liboaf_docdir = $(HTML_DIR)
 liboaf_doc_DATA =			\
-	liboaf.html			\
+	html/book1.html			\
 	$(NULL)
 
 
@@ -47,7 +47,7 @@
 	$(NULL)
 
 if ENABLE_GTK_DOC
-liboaf.html:
+html/book1.html:
 	if test ! -d $(top_builddir)/api-docs/tmpl; then			\
 		mkdir $(top_builddir)/api-docs/tmpl; 				\
 		cp $(srcdir)/tmpl/*.sgml $(top_builddir)/api-docs/tmpl/; 	\
@@ -65,7 +65,7 @@
 
 else
 
-liboaf.html:
+html/book1.html:
 
 endif
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]