Re: error in gdp-example {sg,x}mldocs.make
- From: John Fleck <jfleck inkstain net>
- To: gnome-doc-list gnome org
- Subject: Re: error in gdp-example {sg,x}mldocs.make
- Date: Sat, 9 Feb 2002 06:30:05 -0700
Jordi -
Thanks. Dan Mueth maintains these. Dan?
Cheers,
John
On Wed, Feb 06, 2002 at 07:49:47PM +0100, Jordi Mallach wrote:
> Hello,
>
> xmldocs.make and sgmldocs.make have a spacing error which makes automake
> throw a warning.
>
> This fixes it:
>
> Index: sgmldocs.make
> ===================================================================
> RCS file: /cvs/gnome/gnome-docu/gdp/gdp-example1/help/sgmldocs.make,v
> retrieving revision 1.4
> diff -u -r1.4 sgmldocs.make
> +++ sgmldocs.make 2002/02/06 18:47:30
> @@ -58,9 +58,9 @@
> -cp $(docname)/index.html .
>
> $(docname).sgml: $(sgml_ents)
> - -ourdir=`pwd`; \
> - cd $(srcdir); \
> - cp $(sgml_ents) $$ourdir
> + -ourdir=`pwd`; \
> + cd $(srcdir); \
> + cp $(sgml_ents) $$ourdir
>
>
> # The weird srcdir trick is because the db2html from the Cygnus RPMs
> Index: xmldocs.make
> ===================================================================
> RCS file: /cvs/gnome/gnome-docu/gdp/gdp-example1/help/xmldocs.make,v
> retrieving revision 1.5
> diff -u -r1.5 xmldocs.make
> +++ xmldocs.make 2002/02/06 18:47:30
> @@ -53,9 +53,9 @@
> touch omf_timestamp
>
> $(docname).xml: $(entities)
> - -ourdir=`pwd`; \
> - cd $(srcdir); \
> - cp $(entities) $$ourdir
> + -ourdir=`pwd`; \
> + cd $(srcdir); \
> + cp $(entities) $$ourdir
>
> app-dist-hook:
> -$(mkinstalldirs) $(distdir)/figures
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]