~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: John Arbash Meinel
  • Date: 2009-10-13 15:05:13 UTC
  • mto: This revision was merged to the branch mainline in revision 4742.
  • Revision ID: john@arbash-meinel.com-20091013150513-kl0mq8yugkk1qe0t
Start adding the .h files to the release tarballs as well.

With the new 'api' stuff and _simple_set_pyx.pyx, we now also automatically
generate some header files that need to get copied into the output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
409
409
        $(MAKE) clean && \
410
410
        $(MAKE) && \
411
411
        bzr export $$expdir && \
412
 
        cp bzrlib/*.c $$expdir/bzrlib/. && \
 
412
        cp bzrlib/*.c bzrlib/*.h $$expdir/bzrlib/. && \
413
413
        tar cfz $$tarball -C $$expbasedir bzr-$$version && \
414
414
        gpg --detach-sign $$tarball && \
415
415
        rm -rf $$expbasedir