[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5979: build: Add .dir-locals.el to distribution tarball.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Wed, 29 Jun 2011 20:27:18 -0000

------------------------------------------------------------
revno: 5979
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: hipl
timestamp: Wed 2011-06-29 22:25:29 +0200
message:
  build: Add .dir-locals.el to distribution tarball.
modified:
  Makefile.am


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'Makefile.am'
--- Makefile.am 2011-05-16 23:33:38 +0000
+++ Makefile.am 2011-06-29 20:25:29 +0000
@@ -27,9 +27,9 @@
 HIPL_HEADER_LIST = $(wildcard $(addprefix $(srcdir)/,$(HIPL_HEADER_LOCATIONS)))
 
 # For "make dist"
-EXTRA_DIST =  .vimrc debian doc patches version.h .uncrustify.cfg
-EXTRA_DIST += .uncrustify-0.57.cfg tools/bazaar/plugins/stylecheck.py
-EXTRA_DIST += packaging process_modules.py tools/maintainer
+EXTRA_DIST  = .dir-locals.el .uncrustify.cfg .uncrustify-0.57.cfg .vimrc
+EXTRA_DIST += process_modules.py version.h
+EXTRA_DIST += debian doc patches packaging tools/bazaar tools/maintainer
 EXTRA_DIST += $(wildcard modules/*/module_info.xml)
 EXTRA_DIST += $(wildcard modules/*/Makefile.am) $(wildcard modules/*/*/*.c)
 EXTRA_DIST += $(wildcard $(addprefix $(srcdir)/tools/,*.cfg *.pl *.sh *.xml))

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5979: build: Add .dir-locals.el to distribution tarball. - noreply