[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5196: Add missing / to $(addprefix ) invocation in dist-hook target.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Mon, 29 Nov 2010 09:06:27 -0000

------------------------------------------------------------
revno: 5196
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: trunk
timestamp: Mon 2010-11-29 10:03:16 +0100
message:
  Add missing / to $(addprefix ) invocation in dist-hook target.
  
  This fixes the non-working removal of configure-generated files from
  the doc/ subdirectory of the dist 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-26 17:24:31 +0000
+++ Makefile.am 2010-11-29 09:03:16 +0000
@@ -306,7 +306,7 @@
 
 # Files that are generated by configure should not be distributed.
 dist-hook:
-       rm -f $(addprefix $(distdir)/doc,Doxyfile HOWTO.xml)
+       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 5196: Add missing / to $(addprefix ) invocation in dist-hook target. - noreply