Commit 78007305 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

curl.1: depend the build on the Makefile.inc too

... to also make it update when we remove files, like we did for
--environment in commit a8e388dd.
parent f27c884b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,5 +30,5 @@ EXTRA_DIST = $(DPAGES) MANPAGE.md gen.pl $(OTHERPAGES) CMakeLists.txt

all: $(MANPAGE)

$(MANPAGE): $(DPAGES) $(OTHERPAGES)
$(MANPAGE): $(DPAGES) $(OTHERPAGES) Makefile.inc
	@PERL@ $(srcdir)/gen.pl mainpage $(srcdir) > $(MANPAGE)