Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tiptop/tiptop/
H A D0001-Fix-build-when-S-B.patch20 $(INSTALL) -d $(DESTDIR)$(man1dir)
21 - $(INSTALL) -m 0644 tiptop.1 $(DESTDIR)$(man1dir)
22 + $(INSTALL) -m 0644 $(srcdir)/tiptop.1 $(DESTDIR)$(man1dir)
24 ln $(DESTDIR)$(man1dir)/tiptop.1 $(DESTDIR)$(man1dir)/ptiptop.1
/openbmc/linux/tools/perf/Documentation/
H A DMakefile43 man1dir=$(mandir)/man1 macro
195 $(INSTALL) -d -m 755 $(DESTDIR)$(man1dir); \
198 $(INSTALL) -m 644 $(DOC_MAN1) $(DESTDIR)$(man1dir); \
/openbmc/openbmc/poky/meta/recipes-kernel/perf/
H A Dperf.bb228 # The man pages installation is "$(INSTALL) -d -m 755 $(DESTDIR)$(man1dir)"