diff options
author | Owen Fraser-Green <owen@discobabe.net> | 2004-05-15 13:24:00 +0000 |
---|---|---|
committer | Owen Fraser-Green <owen@discobabe.net> | 2004-05-15 13:24:00 +0000 |
commit | a3942cbc6fd2b9ee1f892ae0d71e42483cd751c2 (patch) | |
tree | b0185292b451e2bc5f63cff0942a52a92d40c2a3 | |
parent | 5cc3edb30bec99668f3c8ce569b98d9e33e5b3f4 (diff) |
Fixed another typo! Grrrr...
-rw-r--r-- | mono/doc/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mono/doc/Makefile.am b/mono/doc/Makefile.am index 7e3c02ae..8be3cfd5 100644 --- a/mono/doc/Makefile.am +++ b/mono/doc/Makefile.am @@ -30,7 +30,7 @@ dist-hook: mkdir -p $(distdir)/en cp $(srcdir)/en/*.xml $(distdir)/en/ mkdir -p $(distdir)/en/DBus - cp $(srcdir)/en/DBus/*.xml $(distdir)/en/DBus.DBusType/ + cp $(srcdir)/en/DBus/*.xml $(distdir)/en/DBus/ mkdir -p $(distdir)/en/DBus.DBusType - cp $(srcdir)/en/DBus/*.xml $(distdir)/en/DBus.DBusType/ + cp $(srcdir)/en/DBus.DBusType/*.xml $(distdir)/en/DBus.DBusType/ |