From: Daniel Stenberg Date: Mon, 8 May 2017 13:10:09 +0000 (+0200) Subject: curl.1: depend the build on the Makefile.inc too X-Git-Tag: curl-7_54_1~142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78007305203140162f567fd611182cfc41ac51dd;p=curl 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 a8e388dd1095. --- diff --git a/docs/cmdline-opts/Makefile.am b/docs/cmdline-opts/Makefile.am index bcd498a1f..e6ecf7a6b 100644 --- a/docs/cmdline-opts/Makefile.am +++ b/docs/cmdline-opts/Makefile.am @@ -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)