winsup/doc: Fix command to create man3 install directory
Fix a cut and paste error in the command to create the man3 install directory,
added in 94f16969
2015-06-19  Jon Turney  <jon.turney@dronecode.org.uk>
	* Makefile.in (install-man): Fix command to create man3 install
	directory.
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
			
			
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| 2015-06-19  Jon Turney  <jon.turney@dronecode.org.uk> | ||||
|  | ||||
| 	* Makefile.in (install-man): Fix command to create man3 install | ||||
| 	directory. | ||||
|  | ||||
| 2015-06-17  Jon Turney  <jon.turney@dronecode.org.uk> | ||||
|  | ||||
| 	* man.xsl: New file. | ||||
|   | ||||
| @@ -81,7 +81,7 @@ install-html: cygwin-ug-net/cygwin-ug-net.html cygwin-api/cygwin-api.html | ||||
| install-man: utils2man.stamp api2man.stamp | ||||
| 	@$(MKDIRP) $(DESTDIR)$(man1dir) | ||||
| 	$(INSTALL_DATA) *.1 $(DESTDIR)$(man1dir) | ||||
| 	@$(MKDIRP) $(DESTDIR)$(man1dir) | ||||
| 	@$(MKDIRP) $(DESTDIR)$(man3dir) | ||||
| 	$(INSTALL_DATA) *.3 $(DESTDIR)$(man3dir) | ||||
|  | ||||
| cygwin-ug-net/cygwin-ug-net-nochunks.html.gz : $(cygwin-ug-net_SOURCES) html.xsl | ||||
|   | ||||
		Reference in New Issue
	
	Block a user