From: Russ Allbery Date: Wed, 17 Jun 2009 21:36:16 +0000 (-0700) Subject: Fix syntax error in the documentation installation X-Git-Tag: debian/1.4.11.pre1+dfsg1-1~7 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=52ccae28de05dd64105a88c8bd36bbf59882c316;p=packages%2Fo%2Fopenafs.git Fix syntax error in the documentation installation --- diff --git a/debian/rules b/debian/rules index 9a1d54399..f6cd9e01b 100755 --- a/debian/rules +++ b/debian/rules @@ -141,7 +141,7 @@ install-stamp: build-stamp done mkdir $(DOCS)/html/arch-overview cp doc/arch/arch-overview.h $(DOCS)/html/arch-overview - cd $(DOCS/html/arch-overview && doxygen *.h && rm *.h && mv html/* . \ + cd $(DOCS)/html/arch-overview && doxygen *.h && rm *.h && mv html/* . \ && rm -r latex html set -e; for h in `ls doc/protocol` ; do \ mkdir $(DOCS)/html/`basename $$h` ; \