[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5189: Remove all files that configure generates from the distribution tarball.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Fri, 26 Nov 2010 17:27:33 -0000

------------------------------------------------------------
revno: 5189
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: trunk
timestamp: Fri 2010-11-26 18:24:31 +0100
message:
  Remove all files that configure generates from the 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 2010-11-23 19:40:59 +0000
+++ Makefile.am 2010-11-26 17:24:31 +0000
@@ -304,9 +304,9 @@
        bzr version-info $(srcdir) --custom --template='#define VCS_REVISION 
"{revno}"\n#define VCS_DATE "{date}"\n#define VCS_BRANCH "{branch_nick}"\n' > $@
 
 
-# The complete doc/ subdirectory is in EXTRA_DIST, so files that should
-# not be distributed need to be deleted manually from the distribution.
+# Files that are generated by configure should not be distributed.
 dist-hook:
-       rm -f $(distdir)/doc/Doxyfile
+       rm -f $(addprefix $(distdir)/doc,Doxyfile HOWTO.xml)
+       rm -f $(addprefix $(distdir)/tools/,nsupdate.pl hipdnsproxy/hipdnsproxy 
hipdnskeyparse/hipdnskeyparse)
 
 .PHONY: bin checkheaders deb doxygen rpm syncrepo*

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5189: Remove all files that configure generates from the distribution tarball. - noreply