#78 closed defect (fixed)
Empty docs directory in release tarballs
Reported by: | Bas Couwenberg | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | 1.4.2 |
Component: | libgeotiff | Version: | 1.3.0 |
Keywords: | Cc: |
Description
The docs directory in the release tarballs is empty, instead of containing the files available in SVN:
https://trac.osgeo.org/geotiff/browser/trunk/libgeotiff/docs
Attachments (1)
Change History (5)
by , 8 years ago
Attachment: | include-docs-in-dist.patch added |
---|
comment:1 by , 8 years ago
comment:3 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for the alternative change, confirmed fixed in 1.4.2RC2
comment:4 by , 8 years ago
Milestone: | → 1.4.2 |
---|
Note:
See TracTickets
for help on using tickets.
attachment:include-docs-in-dist.patch adds the content of the docs directory to the distribution tarballs created with
make dist
. That should resolve this issue.