This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]