diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-08-28 08:55:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-28 08:55:12 +0000 |
commit | 613eafaf025e8dd3986e07b83dcc186103794b10 (patch) | |
tree | 2ed008143691ca4f1cc9d3bbec724577ebb42246 /docs | |
parent | 725bd1dddf24d4775ebcbe6414f19517b2cd2a6c (diff) |
automake 1.5 complained on my SUFFIXES line!
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 2 |
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) |