Bug 2227 - make dist check missing common/*.javain
Summary: make dist check missing common/*.javain
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2004
  Show dependency treegraph
 
Reported: 2006-01-27 19:18 UTC by Andrew Cagney
Modified: 2006-01-27 19:20 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2006-01-27 19:18:28 UTC
More files added, more files missed from distcheck.
Comment 1 Andrew Cagney 2006-01-27 19:20:30 UTC
Adjust Makefile.gen.sh so that it is more likely to generate rules for adding
the needed files:

Index: common/ChangeLog
2006-01-27  Andrew Cagney  <cagney@redhat.com>

        * Makefile.gen.sh (EXTRA_DIST): Remove common/JUnitTests.javain.

        * Makefile.rules (EXTRA_DIST): Delete *.javain.
        * Makefile.gen.sh (GEN_MAKENAME): Define, replace <<_dir>>.
        (GEN_NODIST, GEN_SOURCES): Replace with <<sources>> and
        <<nodist_sources>>.
        (BUILT_SOURCES): Add <<nodist_sources>>.

        * Makefile.gen.sh: Mark the generated Built.java, JUnitTests.java,
        and TestRunner.java as NODIST.

        * Makefile.rules (EXTRA_DIST): Add *.javain.

also lost were:

Index: frysk-gtk/tlwidgets/ChangeLog
2006-01-27  Andrew Cagney  <cagney@redhat.com>

        * Makefile.am (EXTRA_DIST): Add src/widgets/ftkconsole.h,
        src/widgets/ftkstripchart.h, and src/widgets/ftktimeline.h.