Skip to content
Snippets Groups Projects
Commit 613eafaf authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

automake 1.5 complained on my SUFFIXES line!

parent 725bd1dd
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ EXTRA_DIST = $(man_MANS) \
MAN2HTML= gnroff -man $< | man2html >$@
SUFFIXES += .1 .3 .html
SUFFIXES = .1 .3 .html
html: $(HTMLPAGES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment