Skip to content

Commit 98a0ae6

Browse files
committed
doc: remove references to downstream
Having references to downstream no-longer make sense now that we've unsubtree'd.
1 parent 82ab22a commit 98a0ae6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/univalue/sources.mk

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
# - All variables are namespaced with UNIVALUE_ to avoid colliding with
2-
# downstream makefiles.
31
# - All Variables ending in _HEADERS or _SOURCES confuse automake, so the
42
# _INT postfix is applied.
53
# - Convenience variables, for example a UNIVALUE_TEST_DIR should not be used
64
# as they interfere with automatic dependency generation
7-
# - The %reldir% is the relative path from the Makefile.am. This allows
8-
# downstreams to use these variables without having to manually account for
9-
# the path change.
5+
# - The %reldir% is the relative path from the Makefile.am.
106

117
UNIVALUE_INCLUDE_DIR_INT = %reldir%/include
128

0 commit comments

Comments
 (0)