diff options
author | Lennart Poettering <lennart@poettering.net> | 2006-08-21 23:31:59 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2006-08-21 23:31:59 +0000 |
commit | da33509f6e69cc2f7d24a05e434db8d4bacbbcdf (patch) | |
tree | 5870c3037f5839cb202f288ab4e183323807a393 | |
parent | 8cf0e9e31837c813fb05b90acfcec828e6309d76 (diff) |
don't define "docdir" which is being defined by autoconf internally
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1251 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r-- | avahi-sharp/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/avahi-sharp/Makefile.am b/avahi-sharp/Makefile.am index 4ca3c11..43ab428 100644 --- a/avahi-sharp/Makefile.am +++ b/avahi-sharp/Makefile.am @@ -69,8 +69,8 @@ avahi-sharp-docs.zip: avahi-sharp-docs.tree avahi-sharp-docs.tree: $(srcdir)/en/*/* $(MDASSEMBLER) --out avahi-sharp-docs --ecma $(srcdir)/en -docdir = $(MONODOC_DIR) -doc_DATA = avahi-sharp-docs.zip avahi-sharp-docs.tree avahi-sharp-docs.source +monodocdir = $(MONODOC_DIR) +monodoc_DATA = avahi-sharp-docs.zip avahi-sharp-docs.tree avahi-sharp-docs.source endif |