From 78007305203140162f567fd611182cfc41ac51dd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 8 May 2017 15:10:09 +0200 Subject: 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. --- docs/cmdline-opts/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/cmdline-opts/Makefile.am') 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) -- cgit v1.2.3