aboutsummaryrefslogtreecommitdiff
path: root/libstudxml/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-02-18 12:21:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-02-18 12:21:07 +0200
commitb9a23e5af815dac2b7be11314cca8291674833f8 (patch)
tree6da4ca0ee465aa8734a5115c4c8e57752e0760ea /libstudxml/buildfile
parent537e18bd9b10c8d81e6588ce4644d566e0a34d82 (diff)
New LICENSE arrangement
Diffstat (limited to 'libstudxml/buildfile')
-rw-r--r--libstudxml/buildfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/libstudxml/buildfile b/libstudxml/buildfile
index 8cb06b2..6d3869d 100644
--- a/libstudxml/buildfile
+++ b/libstudxml/buildfile
@@ -12,16 +12,19 @@ lib{studxml}: details/expat/{ \
c{xmlparse xmlrole xmltok} \
file{ascii.h asciitab.h config.h iasciitab.h internal.h latin1tab.h nametab.h \
utf8tab.h xmlrole.h xmltok.h xmltok_impl.h xmltok_impl.c xmltok_ns.c} \
- doc{LICENSE README} \
+ doc{COPYING README} \
}
details/expat/doc{README}@./: install = false
-details/expat/doc{LICENSE}@./: install = doc/EXPAT-LICENSE
+details/expat/doc{COPYING}@./: install = doc/EXPAT-LICENSE
# Genx.
#
lib{studxml}: details/genx/{h{*} c{*} doc{LICENSE README}}
+details/genx/doc{README}@./: install = false
+details/genx/doc{LICENSE}@./: install = doc/GENX-LICENSE
+
# Include the generated version header into the distribution (so that we don't
# pick up an installed one) and don't remove it when cleaning in src (so that
# clean results in a state identical to distributed).
@@ -76,6 +79,3 @@ else
install = include/libstudxml/
install.subdirs = true
}
-
-details/genx/doc{README}@./: install = false
-details/genx/doc{LICENSE}@./: install = doc/GENX-LICENSE