Home
last modified time | relevance | path

Searched refs:mandir (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/tools/power/cpupower/
DMakefile75 mandir ?= /usr/man macro
271 $(INSTALL_DATA) -D man/cpupower.1 $(DESTDIR)${mandir}/man1/cpupower.1
272 $(INSTALL_DATA) -D man/cpupower-frequency-set.1 $(DESTDIR)${mandir}/man1/cpupower-frequency-set.1
273 $(INSTALL_DATA) -D man/cpupower-frequency-info.1 $(DESTDIR)${mandir}/man1/cpupower-frequency-info.1
274 $(INSTALL_DATA) -D man/cpupower-set.1 $(DESTDIR)${mandir}/man1/cpupower-set.1
275 $(INSTALL_DATA) -D man/cpupower-info.1 $(DESTDIR)${mandir}/man1/cpupower-info.1
276 $(INSTALL_DATA) -D man/cpupower-monitor.1 $(DESTDIR)${mandir}/man1/cpupower-monitor.1
295 - rm -f $(DESTDIR)${mandir}/man1/cpufreq-set.1
296 - rm -f $(DESTDIR)${mandir}/man1/cpufreq-info.1
/linux-3.4.99/tools/perf/Documentation/
DMakefile48 mandir?=$(prefix)/share/man macro
49 man1dir=$(mandir)/man1
50 man5dir=$(mandir)/man5
51 man7dir=$(mandir)/man7
/linux-3.4.99/tools/perf/
DMakefile143 mandir = share/man macro
704 mandir_SQ = $(subst ','\'',$(mandir))