public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] winsup/doc/Makefile.in: create man5 dir and install proc.5
@ 2020-12-04 12:08 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2020-12-04 12:08 UTC (permalink / raw)
  To: cygwin-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=31a69bf1d9d2a12738d105b992661c1531055a76

commit 31a69bf1d9d2a12738d105b992661c1531055a76
Author: Brian Inglis <Brian.Inglis@SystematicSW.ab.ca>
Date:   Tue Nov 24 23:49:31 2020 -0700

    winsup/doc/Makefile.in: create man5 dir and install proc.5

Diff:
---
 winsup/doc/Makefile.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/winsup/doc/Makefile.in b/winsup/doc/Makefile.in
index cc4a1bec3..f2a838a5d 100644
--- a/winsup/doc/Makefile.in
+++ b/winsup/doc/Makefile.in
@@ -17,6 +17,7 @@ htmldir = @htmldir@
 mandir = @mandir@
 man1dir = $(mandir)/man1
 man3dir = $(mandir)/man3
+man5dir = $(mandir)/man5
 infodir:=@infodir@
 sysconfdir:=@sysconfdir@
 
@@ -61,6 +62,7 @@ clean:
 	rm -f api2man.stamp intro2man.stamp utils2man.stamp
 	rm -f *.1
 	rm -f *.3
+	rm -f *.5
 	rm -f *.info* charmap
 
 install: install-all
@@ -86,6 +88,8 @@ install-man: utils2man.stamp api2man.stamp intro2man.stamp
 	$(INSTALL_DATA) *.1 $(DESTDIR)$(man1dir)
 	@$(MKDIRP) $(DESTDIR)$(man3dir)
 	$(INSTALL_DATA) *.3 $(DESTDIR)$(man3dir)
+	@$(MKDIRP) $(DESTDIR)$(man5dir)
+	$(INSTALL_DATA) *.5 $(DESTDIR)$(man5dir)
 
 install-info: cygwin-ug-net.info cygwin-api.info
 	$(MKDIRP) $(DESTDIR)$(infodir)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-04 12:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-04 12:08 [newlib-cygwin] winsup/doc/Makefile.in: create man5 dir and install proc.5 Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).