Rev 4737: Start adding the .h files to the release tarballs as well. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-dist-update

John Arbash Meinel john at arbash-meinel.com
Tue Oct 13 16:05:23 BST 2009


At http://bazaar.launchpad.net/~jameinel/bzr/2.1-dist-update

------------------------------------------------------------
revno: 4737
revision-id: john at arbash-meinel.com-20091013150513-kl0mq8yugkk1qe0t
parent: pqm at pqm.ubuntu.com-20091012195159-n0de3utv1q92agvg
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1-dist-update
timestamp: Tue 2009-10-13 10:05:13 -0500
message:
  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.
-------------- next part --------------
=== modified file 'Makefile'
--- a/Makefile	2009-10-01 02:46:17 +0000
+++ b/Makefile	2009-10-13 15:05:13 +0000
@@ -409,7 +409,7 @@
 	$(MAKE) clean && \
 	$(MAKE) && \
 	bzr export $$expdir && \
-	cp bzrlib/*.c $$expdir/bzrlib/. && \
+	cp bzrlib/*.c bzrlib/*.h $$expdir/bzrlib/. && \
 	tar cfz $$tarball -C $$expbasedir bzr-$$version && \
 	gpg --detach-sign $$tarball && \
 	rm -rf $$expbasedir



More information about the bazaar-commits mailing list