error in gdp-example {sg,x}mldocs.make



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	2001/07/22 08:45:12	1.4
+++ 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	2001/12/19 01:23:24	1.5
+++ 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

-- 
Jordi Mallach Pérez || jordi pusa informat uv es || Rediscovering Freedom,
   aka Oskuro in    || jordi sindominio net      || Using Debian GNU/Linux
 Reinos de Leyenda  || jordi debian org          || http://debian.org

http://sindominio.net  GnuPG public information:      pub  1024D/917A225E 
telnet pusa.uv.es 23   73ED 4244 FD43 5886 20AC  2644 2584 94BA 917A 225E

Attachment: pgpqXCY6IQ6YH.pgp
Description: PGP signature



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