mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-31 14:11:36 +08:00
gprofng: install examples to $(docdir)/gprofng
gprofng/ChangeLog 2024-10-09 Vladimir Mezentsev <vladimir.mezentsev@oracle.com> * doc/Makefile.am: Install gprofng examples. * doc/Makefile.in: Rebuild.
This commit is contained in:
parent
98bcde5e26
commit
61621e018c
@ -59,3 +59,13 @@ MAINTAINERCLEANFILES = gprofng.info $(man_MANS)
|
||||
EXTRA_DIST = $(man_MANS) version.texi
|
||||
|
||||
info: $(man_MANS)
|
||||
|
||||
examples.tar.gz:
|
||||
$(AM_V_at)( tar czf $@ $(srcdir)/../examples )
|
||||
|
||||
install-examples: examples.tar.gz
|
||||
$(mkinstalldirs) $(docdir)/gprofng
|
||||
$(INSTALL_DATA) examples.tar.gz $(docdir)/gprofng
|
||||
|
||||
install-am: install-examples
|
||||
|
||||
|
@ -667,9 +667,6 @@ install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
if test -z '$(STRIP)'; then \
|
||||
@ -893,6 +890,15 @@ gprofng-display-text.1: $(srcdir)/gprofng-display-text.texi
|
||||
|
||||
info: $(man_MANS)
|
||||
|
||||
examples.tar.gz:
|
||||
$(AM_V_at)( tar czf $@ $(srcdir)/../examples )
|
||||
|
||||
install-examples: examples.tar.gz
|
||||
$(mkinstalldirs) $(docdir)/gprofng
|
||||
$(INSTALL_DATA) examples.tar.gz $(docdir)/gprofng
|
||||
|
||||
install-am: install-examples
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
Loading…
x
Reference in New Issue
Block a user