From bf0abbcc64d7e4ab2fcf052def0ff34eab4b5a8f Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 27 Apr 2004 15:13:29 +0000 Subject: add 'html' to release target so as to include output/devel/* (This used to be commit 33497c9f9eb336fa23f1f1db6fb9a17077cbf852) --- docs/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Makefile.in') diff --git a/docs/Makefile.in b/docs/Makefile.in index af67952c07..30c29ddd92 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 $(HTMLDIR)/howto $(HTMLDIR)/guide html-single pdf guide +release: manpages htmlman html html-single pdf guide # Global rules -- cgit