From: Vladimir Mezentsev Date: Wed, 9 Oct 2024 19:26:54 +0000 (-0700) Subject: gprofng: install examples to $(docdir)/gprofng X-Git-Tag: gdb-16-branchpoint~685 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61621e018c847e578b4ce2eae2f6f2899e0c3a1a;p=thirdparty%2Fbinutils-gdb.git gprofng: install examples to $(docdir)/gprofng gprofng/ChangeLog 2024-10-09 Vladimir Mezentsev * doc/Makefile.am: Install gprofng examples. * doc/Makefile.in: Rebuild. --- diff --git a/gprofng/doc/Makefile.am b/gprofng/doc/Makefile.am index 7c88e144ab6..fcd079671ba 100644 --- a/gprofng/doc/Makefile.am +++ b/gprofng/doc/Makefile.am @@ -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 + diff --git a/gprofng/doc/Makefile.in b/gprofng/doc/Makefile.in index 9b9f81cb780..3e625433f95 100644 --- a/gprofng/doc/Makefile.in +++ b/gprofng/doc/Makefile.in @@ -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: