[PATCH 4/5] winsup/doc: Make and install cygwin-api function manpages

Jon TURNEY jon.turney@dronecode.org.uk
Fri Jun 19 14:05:00 GMT 2015


On 17/06/2015 13:37, Jon TURNEY wrote:
> Use 'xmlto man' to make manpages for utils

> -install-man: utils2man.stamp
> +install-man: utils2man.stamp api2man.stamp
>   	@$(MKDIRP) $(DESTDIR)$(man1dir)
>   	$(INSTALL_DATA) *.1 $(DESTDIR)$(man1dir)
> +	@$(MKDIRP) $(DESTDIR)$(man1dir)
> +	$(INSTALL_DATA) *.3 $(DESTDIR)$(man3dir)

I made a cut and paste errror here.  I've pushed the obvious fix.



More information about the Cygwin-patches mailing list