From a3942cbc6fd2b9ee1f892ae0d71e42483cd751c2 Mon Sep 17 00:00:00 2001 From: Owen Fraser-Green Date: Sat, 15 May 2004 13:24:00 +0000 Subject: Fixed another typo! Grrrr... --- mono/doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mono') 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/ -- cgit