summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark McLoughlin <mark@skynet.ie>2003-05-15 10:51:17 +0000
committerMark McLoughlin <markmc@src.gnome.org>2003-05-15 10:51:17 +0000
commit78cfa760ce33d8858f144c6185fe0b5a876d57d8 (patch)
tree13b52d9574a82677a608287626eaeed7ea70dd83
parent9f4b4fccd9037b33165ad113ca29df74aad5712f (diff)
downloadgnome-desktop-78cfa760ce33d8858f144c6185fe0b5a876d57d8.tar.gz
replace leading spaces with tabs. Fix from Art Haas.
2003-05-15 Mark McLoughlin <mark@skynet.ie> * [sg|x]mldocs.make: replace leading spaces with tabs. Fix from Art Haas.
-rw-r--r--ChangeLog5
-rw-r--r--sgmldocs.make6
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b24db48..ff9bb7d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-05-15 Mark McLoughlin <mark@skynet.ie>
+
+ * sgmldocs.make: replace leading spaces with tabs.
+ Fix from Art Haas.
+
2003-05-14 Masahiro Sakai <sakai@tom.sfc.keio.ac.jp>
* configure.in: call AC_LIBTOOL_WIN32_DLL which is necessary for
diff --git a/sgmldocs.make b/sgmldocs.make
index 8159f7df..f363dfbf 100644
--- a/sgmldocs.make
+++ b/sgmldocs.make
@@ -58,9 +58,9 @@ index.html: $(docname)/index.html
-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