| /OK3568_Linux_fs/buildroot/package/xinetd/ |
| H A D | 0002-destdir.patch | 15 for i in $(DAEMONDIR) $(BINDIR) $(MANDIR)/man5 $(MANDIR)/man8 ; do \ 20 - $(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/xinetd.conf.man $(MANDIR)/man5/xinetd.conf.5 21 - $(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/xinetd.log.man $(MANDIR)/man8/xinetd.log.8 22 - $(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/xinetd.man $(MANDIR)/man8/xinetd.8 23 - $(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/itox.8 $(MANDIR)/man8/itox.8 24 - $(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/xconv.pl.8 $(MANDIR)/man8/xconv.pl.8 29 + $(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/xinetd.conf.man $(DESTDIR)$(MANDIR)/man5/xinetd.conf.5 30 + $(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/xinetd.log.man $(DESTDIR)$(MANDIR)/man8/xinetd.log.8 31 + $(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/xinetd.man $(DESTDIR)$(MANDIR)/man8/xinetd.8 32 + $(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/itox.8 $(DESTDIR)$(MANDIR)/man8/itox.8 [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/sysvinit/ |
| H A D | install.patch | 20 -MANDIR = /usr/share/man 70 - $(INSTALL_DIR) $(ROOT)$(MANDIR)/man1/ 71 - $(INSTALL_DIR) $(ROOT)$(MANDIR)/man5/ 72 - $(INSTALL_DIR) $(ROOT)$(MANDIR)/man8/ 79 - $(INSTALL_DATA) ../man/$$man $(ROOT)$(MANDIR)/man1/; \ 80 - sed -i "1{ $(MANDB); }" $(ROOT)$(MANDIR)/man1/$$man ; \ 85 - $(INSTALL_DATA) ../man/$$man $(ROOT)$(MANDIR)/man5/; \ 86 - sed -i "1{ $(MANDB); }" $(ROOT)$(MANDIR)/man5/$$man ; \ 91 - $(INSTALL_DATA) ../man/$$man $(ROOT)$(MANDIR)/man8/; \ 92 - sed -i "1{ $(MANDB); }" $(ROOT)$(MANDIR)/man8/$$man ; \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/ |
| H A D | 0002-Fix-vpnc-install-for-cross-compile.patch | 21 - install -m644 vpnc.8 $(DESTDIR)$(MANDIR)/man8 22 - install -m644 pcf2vpnc.1 $(DESTDIR)$(MANDIR)/man1 23 - install -m644 cisco-decrypt.1 $(DESTDIR)$(MANDIR)/man1 28 + install -m 644 vpnc.8 $(DESTDIR)$(MANDIR)/man8 29 + install -m 644 pcf2vpnc.1 $(DESTDIR)$(MANDIR)/man1 30 + install -m 644 cisco-decrypt.1 $(DESTDIR)$(MANDIR)/man1
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/sgpio/sgpio/ |
| H A D | Makefile-error-fix.patch | 42 -MANDIR ?= /usr/local/man 60 - install -d $(MANDIR)/man1 61 - install -m 0644 *.1 $(MANDIR)/man1 68 - rm -f $(MANDIR)/man1/$$i; \ 94 +MANDIR ?= /usr/local/man 115 + $(INSTALL) -d $(MANDIR)/man1 116 + $(INSTALL) -m 0644 *.1 $(MANDIR)/man1 123 + rm -f $(MANDIR)/man1/$$i; \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/ |
| H A D | 0001-Use-DESTDIR-in-install-Makefile-rule.patch | 27 - $(INSTALL) -d -m 0755 $(MANDIR) 28 - $(INSTALL) -d -m 0755 $(MANDIR)/man1 29 - $(INSTALL) -m 0644 $(srcdir)/cdparanoia.1 $(MANDIR)/man1 41 + $(INSTALL) -d -m 0755 $(DESTDIR)$(MANDIR) 42 + $(INSTALL) -d -m 0755 $(DESTDIR)$(MANDIR)/man1 43 + $(INSTALL) -m 0644 $(srcdir)/cdparanoia.1 $(DESTDIR)$(MANDIR)/man1
|
| H A D | out-of-tree-build.patch | 20 $(INSTALL) -d -m 0755 $(DESTDIR)$(MANDIR) 21 $(INSTALL) -d -m 0755 $(DESTDIR)$(MANDIR)/man1 22 - $(INSTALL) -m 0644 $(srcdir)/cdparanoia.1 $(DESTDIR)$(MANDIR)/man1 23 + $(INSTALL) -m 0644 $(top_srcdir)/cdparanoia.1 $(DESTDIR)$(MANDIR)/man1
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/rfkill/rfkill/ |
| H A D | 0001-rfkill-makefile-don-t-use-t-the-OE-install-wrapper-d.patch | 22 $(Q)$(MKDIR) $(DESTDIR)$(MANDIR)/man8/ 23 - $(Q)$(INSTALL) -m 644 -t $(DESTDIR)$(MANDIR)/man8/ rfkill.8.gz 24 + $(Q)$(INSTALL) -m 644 rfkill.8.gz $(DESTDIR)$(MANDIR)/man8/
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-telnet/files/ |
| H A D | Warning-fix-in-the-step-of-install.patch | 36 install -m$(MANMODE) issue.net.5 $(INSTALLROOT)$(MANDIR)/man5/ 37 install -m$(MANMODE) telnetd.8 $(INSTALLROOT)$(MANDIR)/man8/in.telnetd.8 38 ln -sf in.telnetd.8 $(INSTALLROOT)$(MANDIR)/man8/telnetd.8
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ipvsadm/ipvsadm/ |
| H A D | 0001-Modify-the-Makefile-for-cross-compile.patch | 29 -MANDIR = usr/man 30 +MANDIR = usr/share/man 31 MAN = $(BUILD_ROOT)/$(MANDIR)/man8
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/sanlock/sanlock/ |
| H A D | 0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch | 34 $(INSTALL) -m 644 $(MAN_TARGET) $(DESTDIR)/$(MANDIR)/man8/ 40 $(INSTALL) -d $(DESTDIR)/$(MANDIR)/man8 48 $(INSTALL) -m 644 $(MAN_TARGET) $(DESTDIR)/$(MANDIR)/man8
|
| /OK3568_Linux_fs/kernel/tools/kvm/kvm_stat/ |
| H A D | Makefile | 5 MANDIR=usr/share/man macro 6 MAN1DIR=$(MANDIR)/man1
|
| /OK3568_Linux_fs/buildroot/package/vpnc/ |
| H A D | 0004-Makefile-provide-an-option-to-not-build-manpages.patch | 50 install -m644 vpnc.8 $(DESTDIR)$(MANDIR)/man8 52 install -m644 pcf2vpnc.1 $(DESTDIR)$(MANDIR)/man1 53 install -m644 cisco-decrypt.1 $(DESTDIR)$(MANDIR)/man1
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles/ |
| H A D | not-create-link-to-locale.patch | 21 install -d $(DESTDIR)/$(MANDIR)/man1 22 install xfce4-panel-profiles.1 $(DESTDIR)/$(MANDIR)/man1
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/jemalloc/files/ |
| H A D | 0001-Makefile.in-make-sure-doc-generated-before-install.patch | 37 $(INSTALL) -d $(MANDIR)/man3 39 echo "$(INSTALL) -m 644 $$d $(MANDIR)/man3"; \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ckermit/ |
| H A D | ckermit_302.bb | 18 export MANDIR = "${mandir}/man1" 50 install -d ${D}${BINDIR} ${D}${MANDIR} ${D}${INFODIR}
|
| /OK3568_Linux_fs/buildroot/package/policycoreutils/ |
| H A D | 0002-Add-PREFIX-to-host-paths.patch | 28 MANDIR ?= $(PREFIX)/share/man 42 MANDIR ?= $(PREFIX)/share/man
|
| /OK3568_Linux_fs/buildroot/package/pdmenu/ |
| H A D | 0002-Makefile-autoconf-makeinfo.in-support-build-install-.patch | 51 $(INSTALL_PREFIX)/$(MANDIR)/man1 \ 52 $(INSTALL_PREFIX)/$(MANDIR)/man5 \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/figlet/figlet/ |
| H A D | 0001-build-add-autotools-support-to-allow-easy-cross-comp.patch | 38 -# Please make sure BINDIR, MANDIR, DEFAULTFONTDIR and 63 -MANDIR = $(prefix)/man 106 - mkdir -p $(DESTDIR)$(MANDIR)/man6 109 - cp $(MANUAL) $(DESTDIR)$(MANDIR)/man6
|
| /OK3568_Linux_fs/buildroot/package/giflib/ |
| H A D | 0001-Makefile-add-targets-to-manage-static-building.patch | 65 $(INSTALL) -d "$(DESTDIR)$(MANDIR)/man1" 66 $(INSTALL) -m 644 doc/*.1 "$(DESTDIR)$(MANDIR)/man1"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes/ |
| H A D | 0001-build-use-autotools.patch | 72 -MANDIR = $(PREFIX)/share/man/man1 109 - $(INSTALL) -Dm 0644 man/unclutter-xfixes.1 "$(DESTDIR)$(MANDIR)/unclutter.1" 115 - $(RM) "$(DESTDIR)$(MANDIR)/unclutter.1"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/lmbench/ |
| H A D | lmbench_3.0-a9.bb | 42 TARGET="${TARGET_OS}" BASE="${prefix}" MANDIR="${mandir}"' 72 oe_runmake BASE="${D}${prefix}" MANDIR="${D}${mandir}" \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump/ |
| H A D | fix-racing-build-issue.patch | 12 cp librtmp.3 $(MANDIR)/man3
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/imapfilter/ |
| H A D | imapfilter_2.7.5.bb | 17 # No need for manuals at this point, MANDIR is hardcoded to depend on prefix
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/sgpio/ |
| H A D | sgpio_1.2.0.10.bb | 26 MANDIR=${D}/${mandir}
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-rt/rt-tests/ |
| H A D | hwlatdetect_git.bb | 19 MANDIR=${mandir} INCLUDEDIR=${includedir}
|