]> granicus.if.org Git - curl/commitdiff
curl.1: depend the build on the Makefile.inc too
authorDaniel Stenberg <daniel@haxx.se>
Mon, 8 May 2017 13:10:09 +0000 (15:10 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 May 2017 13:11:11 +0000 (15:11 +0200)
... to also make it update when we remove files, like we did for
--environment in commit a8e388dd1095.

docs/cmdline-opts/Makefile.am

index bcd498a1ff679031b1bb8e970a4eb4155c3b3350..e6ecf7a6b0c73d55279451ddf87ecdc13d8f5471 100644 (file)
@@ -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)