[PATCH] Need to mkdir docs/ops

2003-08-29 Thread Andy Dougherty
docs/Makefile fails unless the 'ops' directory already exists. Since an empty 'ops' directory isn't listed in MANIFEST, we can't assume it will exist. This patch creates it if it doesn't already exist. diff -r -u parrot-orig/config/gen/makefiles/docs.in parrot-andy/config/gen/makefiles/docs.in

Re: [PATCH] Need to mkdir docs/ops

2003-08-29 Thread Simon Glover
On Fri, 29 Aug 2003, Andy Dougherty wrote: docs/Makefile fails unless the 'ops' directory already exists. Since an empty 'ops' directory isn't listed in MANIFEST, we can't assume it will exist. This patch creates it if it doesn't already exist. Thanks, applied. Simon