From 215e9875e305d35ecf152552a3cfbb243d3c7b5a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 27 Apr 2004 13:45:45 +0000 Subject: Fix build of release target (This used to be commit 9f8ca22c4b0dd57debc4d2201fa25a15b99a4565) --- docs/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/Makefile.in b/docs/Makefile.in index 93ba6bf638..3096c1bd44 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -89,7 +89,7 @@ all: @TARGETS@ everything: manpages pdf html-single html htmlman txt ps -release: manpages htmlman howto-html sg-html html-single pdf guide +release: manpages htmlman $(HTMLDIR)/howto $(HTMLDIR)/guide html-single pdf guide # Global rules -- cgit