Home | History | Annotate | Download | only in man

Lines Matching full:echo

76 ECHO = @ECHO@
188 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
197 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
227 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
232 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
233 inst=`echo $$inst | sed -e 's/^.*\///'`; \
234 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
235 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
248 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
253 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
254 inst=`echo $$inst | sed -e 's/^.*\///'`; \
255 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
256 echo " rm -f '$(DESTDIR)$(man3dir)/$$inst'"; \
267 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
268 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
270 dist_files=`for file in $$list; do echo $$file; done | \
274 */*) $(MKDIR_P) `echo "$$dist_files" | \
281 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
312 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
321 @echo "This command is intended for maintainers to use"
322 @echo "it deletes files that may require special tools to rebuild."