Home
last modified time | relevance | path

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

/third_party/lz4/programs/
DMakefile171 man1dir ?= $(MAN1DIR) macro
175 $(INSTALL_DIR) $(DESTDIR)$(bindir)/ $(DESTDIR)$(man1dir)/
180 @echo Installing man pages in $(DESTDIR)$(man1dir)
181 $(INSTALL_DATA) lz4.1 $(DESTDIR)$(man1dir)/lz4.1
182 $(LN_SF) lz4.1 $(DESTDIR)$(man1dir)/lz4c.1
183 $(LN_SF) lz4.1 $(DESTDIR)$(man1dir)/lz4cat.1
184 $(LN_SF) lz4.1 $(DESTDIR)$(man1dir)/unlz4.1
192 $(RM) $(DESTDIR)$(man1dir)/lz4.1
193 $(RM) $(DESTDIR)$(man1dir)/lz4c.1
194 $(RM) $(DESTDIR)$(man1dir)/lz4cat.1
[all …]
/third_party/curl/docs/
DMakefile.in205 man1dir = $(mandir)/man1
/third_party/libevdev/tools/
DMakefile.in207 man1dir = $(mandir)/man1
/third_party/libevdev/
Dthird_party_libevdev.diff31687 +am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
31786 +man1dir = $(mandir)/man1
32130 + test -n "$(man1dir)" \
32133 + echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
32134 + $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
32149 + echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
32150 + $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
32156 + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
32157 + $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
32162 + @list=''; test -n "$(man1dir)" || exit 0; \
[all …]