diff options
| author | Owen Fraser-Green <owen@discobabe.net> | 2004-05-15 13:22:18 +0000 | 
|---|---|---|
| committer | Owen Fraser-Green <owen@discobabe.net> | 2004-05-15 13:22:18 +0000 | 
| commit | 5cc3edb30bec99668f3c8ce569b98d9e33e5b3f4 (patch) | |
| tree | ef7f65bd4e9dfc613e5e8748405a8090d4d22ba3 | |
| parent | d1b264b031299c4429bf2f2615d8621267f096fb (diff) | |
Fixed typeo
| -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 2d41ee6c..7e3c02ae 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.DBusType/  	mkdir -p $(distdir)/en/DBus.DBusType -	cp $(srcdir)/en/Dbus/*.xml $(distdir)/en/DBus.DBusType/ +	cp $(srcdir)/en/DBus/*.xml $(distdir)/en/DBus.DBusType/  | 
