diff options
author | Mark McLoughlin <mark@skynet.ie> | 2003-05-15 10:51:17 +0000 |
---|---|---|
committer | Mark McLoughlin <markmc@src.gnome.org> | 2003-05-15 10:51:17 +0000 |
commit | 78cfa760ce33d8858f144c6185fe0b5a876d57d8 (patch) | |
tree | 13b52d9574a82677a608287626eaeed7ea70dd83 | |
parent | 9f4b4fccd9037b33165ad113ca29df74aad5712f (diff) | |
download | gnome-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-- | ChangeLog | 5 | ||||
-rw-r--r-- | sgmldocs.make | 6 |
2 files changed, 8 insertions, 3 deletions
@@ -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 |