On Tue, Jun 07, 2011 at 08:44:07AM +0100, Mans Rullgard wrote: > Signed-off-by: Mans Rullgard <[email protected]> > > --- a/Makefile > +++ b/Makefile > @@ -171,6 +135,7 @@ config: > > check: test checkheaders > > +include doc/Makefile > include tests/Makefile > > .PHONY: all alltools *clean check config documentation examples install*
The 'documentation' target was moved to a subdirectory, but the .PHONY declaration remains at the top level. > --- /dev/null > +++ b/doc/Makefile > @@ -0,0 +1,41 @@ > + > +install-$(CONFIG_DOC): install-man This changes semantics: man pages now get installed even if no programs are generated. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
