[PATCH] Fixes for gnome-session sgmldocs.make and xmldocs.make



Hi.

Here are more leading-space fixes for gnome-session. The patch is
against the gnome-2-2 branch.

Art Haas

Index: sgmldocs.make
===================================================================
RCS file: /cvs/gnome/gnome-session/sgmldocs.make,v
retrieving revision 1.2
diff -u -u -r1.2 sgmldocs.make
--- sgmldocs.make	28 Jul 2001 17:36:38 -0000	1.2
+++ sgmldocs.make	30 Apr 2003 10:31:57 -0000
@@ -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-session/xmldocs.make,v
retrieving revision 1.1
diff -u -u -r1.1 xmldocs.make
--- xmldocs.make	20 Jan 2002 22:55:24 -0000	1.1
+++ xmldocs.make	30 Apr 2003 10:31:57 -0000
@@ -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
-- 
To announce that there must be no criticism of the President, or that we
are to stand by the President, right or wrong, is not only unpatriotic
and servile, but is morally treasonable to the American public.
 -- Theodore Roosevelt, Kansas City Star, 1918



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