From 52ccae28de05dd64105a88c8bd36bbf59882c316 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 17 Jun 2009 14:36:16 -0700 Subject: [PATCH] Fix syntax error in the documentation installation --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` ; \ -- 2.39.5