On Mon, 2010-11-22 at 17:26 -0500, Trevor Woerner wrote:

> -.PHONY: ChangeLog INSTALL
> +.PHONY: ChangeLog INSTALL documents

I don't think it should be a PHONY target, "documents" is not a file.
It's like the lint target.

>  
>  INSTALL:
>         $(INSTALL_CMD)
> @@ -15,6 +15,11 @@ ChangeLog:
>  
>  dist-hook: ChangeLog INSTALL
>  
> +# Generically invoked from build.sh --cmd "make documents"
> +# Builds User's documentation and Developer's
> documentation/specifications
> +documents:
> +       cd specs && $(MAKE) $(AM_MAKEFLAGS) install
> 

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to