Hi Robert, i think it's because there might be spaces in the path (like windows users like to do ;)
Klaus > -----Ursprüngliche Nachricht----- > Von: [EMAIL PROTECTED] > Gesendet: 12.02.07 08:30:27 > An: [email protected] > Betreff: [DotGNU] [patch 05/15] remove quotes from shell commandline I'm not sure any more why this was necessary, so please ignore it as > long as 'make distcheck' survives without :-) > > Signed-off-by: Robert Schwebel <[EMAIL PROTECTED]> > > doc/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > Index: doc/Makefile.am > =================================================================== > --- doc/Makefile.am.orig > +++ doc/Makefile.am > @@ -22,7 +22,7 @@ CVM_INPUTS = $(top_srcdir)/engine/cvm.c > $(top_srcdir)/engine/cvm_var.c > > cvmdoc/index.html: $(CVM_INPUTS) cvmdoc.py > - $(SHELL) "$(srcdir)/mkcvmdoc.sh" "$(top_srcdir)" "$(top_builddir)" > + $(SHELL) $(srcdir)/mkcvmdoc.sh "$(top_srcdir)" "$(top_builddir)" > > clean-local: > rm -rf $(srcdir)/cvmdoc > > -- > Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de > Pengutronix - Linux Solutions for Science and Industry > Handelsregister: Amtsgericht Hildesheim, HRA 2686 > Hannoversche Str. 2, 31134 Hildesheim, Germany > Phone: +49-5121-206917-0 | Fax: +49-5121-206917-9 > > _______________________________________________ > Developers mailing list > [email protected] > http://dotgnu.org/mailman/listinfo/developers > _____________________________________________________________________ Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! http://smartsurfer.web.de/?mc=100071&distributionid=000000000066 _______________________________________________ Developers mailing list [email protected] http://dotgnu.org/mailman/listinfo/developers
