File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -881,7 +881,14 @@ ALL_MAN_BUILT = \
881
881
# built HTML and man docs into a separate location that is included in
882
882
# the tarball. This gives users a fully copy of the docs included in
883
883
# distribution tarballs.
884
- html : $(ALL_MAN_BUILT )
884
+ #
885
+ # Note: we name this "html-local" because otherwise Automake issues a
886
+ # warning about us overriding its default "html" target. In our
887
+ # particular use case, the rules generated if we name this target
888
+ # "html-local" instead of "html" are effectively equivalent to when we
889
+ # name this target "html", so we might as well avoid the Automake
890
+ # warning.
891
+ html-local : $(ALL_MAN_BUILT )
885
892
$(OMPI_V_COPYALL ) rm -rf html; cp -rp $(OUTDIR ) /html .
886
893
887
894
man : $(ALL_MAN_BUILT )
You can’t perform that action at this time.
0 commit comments