Skip to content

Commit

Permalink
contrib/misc: handle dynamic_SVG_example.html from that sub-Makefile.am
Browse files Browse the repository at this point in the history
No need to handle it from the root Makefile.am
Handling it here makes it disappear from the embedded and OMPI tarballs
since the directory isn't distributed there, but that's actually good.

Signed-off-by: Brice Goglin <[email protected]>
  • Loading branch information
bgoglin committed Jan 22, 2020
1 parent b45125d commit 238bf14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2009-2019 Inria. All rights reserved.
# Copyright © 2009-2020 Inria. All rights reserved.
# Copyright © 2009 Université Bordeaux
# Copyright © 2009-2014 Cisco Systems, Inc. All rights reserved.
# See COPYING in top-level directory.
Expand Down Expand Up @@ -59,7 +59,6 @@ if HWLOC_BUILD_STANDALONE
bashcompdir = $(sysconfdir)/bash_completion.d
dist_bashcomp_DATA = contrib/completion/hwloc-completion.bash
dist_pkgdata_DATA = contrib/hwloc-valgrind.supp
dist_doc_DATA = contrib/misc/dynamic_SVG_example.html
endif

# Only install entire visual studio subdirectory if we're building in
Expand Down
4 changes: 3 additions & 1 deletion contrib/misc/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2009-2019 Inria. All rights reserved.
# Copyright © 2009-2020 Inria. All rights reserved.
#
# See COPYING in top-level directory.

Expand All @@ -12,4 +12,6 @@ LDADD = $(HWLOC_top_builddir)/hwloc/libhwloc.la

check_PROGRAMS = hwloc-tweak-osindex

dist_doc_DATA = dynamic_SVG_example.html

EXTRA_DIST = hwloc-export-sysfs

0 comments on commit 238bf14

Please sign in to comment.