aboutsummaryrefslogtreecommitdiff
path: root/libstudxml/buildfile
diff options
context:
space:
mode:
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