aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-28 08:55:12 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-28 08:55:12 +0000
commit613eafaf025e8dd3986e07b83dcc186103794b10 (patch)
tree2ed008143691ca4f1cc9d3bbec724577ebb42246
parent725bd1dddf24d4775ebcbe6414f19517b2cd2a6c (diff)
automake 1.5 complained on my SUFFIXES line!
-rw-r--r--docs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 7520a5c76..d9e482099 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -63,7 +63,7 @@ EXTRA_DIST = $(man_MANS) \
MAN2HTML= gnroff -man $< | man2html >$@
-SUFFIXES += .1 .3 .html
+SUFFIXES = .1 .3 .html
html: $(HTMLPAGES)