diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-10-20 10:08:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-10-20 10:08:58 +0200 |
commit | 2c8d60040be993115dcd5be69529527c7fca4ee4 (patch) | |
tree | 47c3055114488a0383e93a73c58993a0a33b5370 | |
parent | 3c31e8659cc72aa31aea9a177a33dd7a3d4c3d2e (diff) |
Release version 1.1.0-b.10+1v1.1.0-b.10+1
Fix incorrect out directory in buildfile.
-rw-r--r-- | libstudxml/buildfile | 8 | ||||
-rw-r--r-- | manifest | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libstudxml/buildfile b/libstudxml/buildfile index 6d3869d..06b5c5c 100644 --- a/libstudxml/buildfile +++ b/libstudxml/buildfile @@ -15,15 +15,15 @@ file{ascii.h asciitab.h config.h iasciitab.h internal.h latin1tab.h nametab.h \ doc{COPYING README} \ } -details/expat/doc{README}@./: install = false -details/expat/doc{COPYING}@./: install = doc/EXPAT-LICENSE +details/expat/doc{README}@details/expat/: install = false +details/expat/doc{COPYING}@details/expat/: 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 +details/genx/doc{README}@details/genx/: install = false +details/genx/doc{LICENSE}@details/genx/: 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 @@ -1,6 +1,6 @@ : 1 name: libstudxml -version: 1.1.0-b.10 +version: 1.1.0-b.10+1 summary: Streaming XML pull parser/serializer for modern C++ license: MIT topics: C++, XML, XML parser, XML serializer |