| Summary: | tarball contains generated test-core | ||
|---|---|---|---|
| Product: | frysk | Reporter: | Stepan Kasal <skasal> |
| Component: | general | Assignee: | Unassigned <frysk-bugzilla> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Host: | Target: | ||
| Build: | Last reconfirmed: | ||
| Project(s) to access: | ssh public key: | ||
| Bug Depends on: | |||
| Bug Blocks: | 2235 | ||
|
Description
Stepan Kasal
2007-02-06 14:30:43 UTC
The logic in Makefile.gen.sh was handling this with: -> listing all data source files in EXTRA_DIST -> list the data files to install in blah_DATA sounds like it was changed. (In reply to comment #1) > -> listing all data source files in EXTRA_DIST > -> list the data files to install in blah_DATA > > sounds like it was changed. Indeed; I prefer the compact dist_blah_DATA in most cases. I fixed Makefile.gen.sh so that for generated data files, nodist_blah_DATA is used instead. |