Opened 19 years ago

Closed 19 years ago

Last modified 16 years ago

#30 closed defect (fixed)

Make dist includes svn files

Reported by: Dave Offiler Owned by: marq
Priority: normal Milestone:
Component: ropp_utils Version: 0.8
Keywords: Cc: dave.offiler@…, axel.vonengeln@…

Description

$ make dist-<whatever>

includes .svn subdirectories & files in the tarball or zipfile. (At least for ropp_tools) Such files should not be in a package for external users. Can these files be suppressed for the (beta) distribution?

Change history (2)

comment:1 by marq, 19 years ago

Cc: dave.offiler@… axel.vonengeln@… added
Milestone: 0.9
Resolution: fixed
Status: newclosed

The problem is caused by some laziness of mine: I put some files into the distribution by simply adding the directory to the EXTRA_DIST in the corresponding Makefile.am's instead of listing the files explicitely. Have a look at ropp_tools/doc/flib/Makefile.am to see why...

This should be fixed with changeset [689]. A lot of files changed in that changeset, so please make sure that all working copies are updated completely.

comment:2 by (none), 16 years ago

Milestone: 0.9

Milestone 0.9 deleted

Note: See TracTickets for help on using tickets.