[PATCH] Makefile: install all available man pages

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Petr Holasek <pholasek@xxxxxxxxxx>

Current Makefile doesn't install man pages migspeed, migratepages
and numastat although they are in tarball.

--
--- Makefile.orig	2012-01-04 12:34:48.644982374 +0100
+++ Makefile	2012-01-06 14:19:03.987233904 +0100
@@ -147,7 +147,10 @@ install: numactl migratepages migspeed n
 	install -m 0755 numademo ${prefix}/bin
 	install -m 0755 memhog ${prefix}/bin
 	mkdir -p ${prefix}/share/man/man2 ${prefix}/share/man/man8 ${prefix}/share/man/man3
+	install -m 0644 migspeed.8 ${prefix}/share/man/man8
+	install -m 0644 migratepages.8 ${prefix}/share/man/man8
 	install -m 0644 numactl.8 ${prefix}/share/man/man8
+	install -m 0644 numastat.8 ${prefix}/share/man/man8
 	install -m 0644 numa.3 ${prefix}/share/man/man3
 	( cd ${prefix}/share/man/man3 ; for i in $$(./manlinks) ; do ln -sf numa.3 $$i.3 ; done )
 	mkdir -p ${libdir}
--
To unsubscribe from this list: send the line "unsubscribe linux-numa" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]     [Devices]

  Powered by Linux