[PATCH] Fix makefile errors in gnome-applets



Hi.

The following two patches replace spaces with tab characters for the
xmldocs.make and sgmldocs.make files. The generated makefiles have all
sorts of problems because of the spaces. The patches are against the
versions of the files in the gnome-2-2 branch, but I'll guess these will
apply to the head as well.

Art Haas

Index: xmldocs.make
===================================================================
RCS file: /cvs/gnome/gnome-applets/xmldocs.make,v
retrieving revision 1.1
diff -u -u -r1.1 xmldocs.make
--- xmldocs.make	3 Mar 2002 01:40:12 -0000	1.1
+++ xmldocs.make	29 Apr 2003 14:08:16 -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
Index: sgmldocs.make
===================================================================
RCS file: /cvs/gnome/gnome-applets/sgmldocs.make,v
retrieving revision 1.3
diff -u -u -r1.3 sgmldocs.make
--- sgmldocs.make	23 Jul 2001 02:03:04 -0000	1.3
+++ sgmldocs.make	29 Apr 2003 14:08:16 -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
-- 
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]