Re: bonobo-activation api-docs patch



On 06Aug2001 03:05PM (+0100), Mark McLoughlin wrote:
> Hi,
> 	Below is a patch to fix up bonobo-activation's api-docs.
> oafinfo-ref.sgml also needs to be put back...
> 
> 	May I commit?
> 

If the docs build with this patch, go for it. oafinfo-ref.sgml really
should be renamed to something else (I thought I renamed it to
server-xml-ref.sgml or something, but I guess I forgot), since the
files are no longer called .oafinfo.

 - Maciej

> 
> Index: bonobo-activation/ChangeLog
> ===================================================================
> RCS file: /cvs/gnome/bonobo-activation/ChangeLog,v
> retrieving revision 1.196
> diff -u -r1.196 ChangeLog
> --- bonobo-activation/ChangeLog	2001/08/02 20:42:41	1.196
> +++ bonobo-activation/ChangeLog	2001/08/06 13:58:27
> @@ -1,3 +1,9 @@
> +2001-08-06  Mark McLoughlin <mark skynet ie>
> +
> +	* api-docs/Makefile.am: fixup.
> +
> +	* api-docs/oafinfo-ref.sgml: put back.
> +
>  2001-08-02  Martin Baulig  <baulig suse de>
> 
>  	* Makefile.am: Actually install bonobo-activation-config.xml
> Index: bonobo-activation/api-docs/.cvsignore
> ===================================================================
> RCS file: /cvs/gnome/bonobo-activation/api-docs/.cvsignore,v
> retrieving revision 1.3
> diff -u -r1.3 .cvsignore
> --- bonobo-activation/api-docs/.cvsignore	2001/07/20 13:50:40	1.3
> +++ bonobo-activation/api-docs/.cvsignore	2001/08/06 13:58:27
> @@ -4,7 +4,7 @@
>  Makefile
>  Makefile.in
>  liboaf.hml
> -liboaf-unused.txt
> -liboaf-undocumented.txt
> -tmpl/liboaf-unused.sgml
> +bonobo-activation-unused.txt
> +bonobo-activation-undocumented.txt
> +tmpl/bonobo-activation-unused.sgml
>  *.stamp
> Index: bonobo-activation/api-docs/Makefile.am
> ===================================================================
> RCS file: /cvs/gnome/bonobo-activation/api-docs/Makefile.am,v
> retrieving revision 1.10
> diff -u -r1.10 Makefile.am
> --- bonobo-activation/api-docs/Makefile.am	2001/05/15 19:53:13	1.10
> +++ bonobo-activation/api-docs/Makefile.am	2001/08/06 13:58:27
> @@ -1,15 +1,15 @@
>  NULL=
> 
>  # The name of the module.
> -DOC_MODULE=liboaf
> +DOC_MODULE=bonobo-activation
> 
>  # The top-level SGML file.
> -DOC_MAIN_SGML_FILE=liboaf.sgml
> +DOC_MAIN_SGML_FILE=bonobo-activation.sgml
> 
>  # The directory containing the source code (if it contains documentation).
> -DOC_SOURCE_DIR=$(top_srcdir)/liboaf
> +DOC_SOURCE_DIR=$(top_srcdir)/bonobo-activation
> 
> -HTML_DIR=$(datadir)/oaf/html
> +HTML_DIR=$(datadir)/bonobo-activation/html
> 
>  TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
> 
> @@ -23,9 +23,9 @@
> 
> 
>  if ENABLE_GTK_DOC
> -liboaf_docdir = $(HTML_DIR)
> -liboaf_doc_DATA =			\
> -	liboaf.html			\
> +bonobo_activation_docdir = $(HTML_DIR)
> +bonobo_activation_doc_DATA =		\
> +	bonobo-activation.html		\
>  	$(NULL)
>  endif
> 
> @@ -37,19 +37,19 @@
>  	configuring.sgml		\
>  	query-langage.sgml		\
>  	architecture.sgml		\
> -	liboaf.sgml			\
> +	bonobo-activation.sgml		\
>  	fdl.sgml			\
>  	$(NULL)
> 
> -EXTRA_DIST = 			\
> -	$(my_sgml_files)	\
> -	oaf.png			\
> -	liboaf-decl.txt		\
> -	liboaf-sections.txt	\
> +EXTRA_DIST = 				\
> +	$(my_sgml_files)		\
> +	bonobo-activation.png		\
> +	bonobo-activation-decl.txt	\
> +	bonobo-activation-sections.txt	\
>  	$(NULL)
> 
>  if ENABLE_GTK_DOC
> -liboaf.html:
> +bonobo-activation.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/; 	\
> @@ -63,11 +63,11 @@
>  	-cd $(top_builddir)/api-docs/html && \
>  	gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
>  	-cd $(top_builddir)/api-docs/ && \
> -	cp $(srcdir)/oaf.png $(top_builddir)/api-docs/html
> +	cp $(srcdir)/bonobo-activation.png $(top_builddir)/api-docs/html
> 
>  else
> 
> -liboaf.html:
> +bonobo-activation.html:
> 
>  endif
> 
> 
> 
> _______________________________________________
> gnome-components-list mailing list
> gnome-components-list gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-components-list




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