[libparse-debianchangelog-perl] 47/52: Makefile: generate MANIFEST for dist

Intrigeri intrigeri at moszumanska.debian.org
Sun May 24 12:37:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository libparse-debianchangelog-perl.

commit 7be2ed77523e468b4efccbff6aa6f6642c8605a2
Author: Frank Lichtenheld <frank at lichtenheld.de>
Date:   Mon Apr 4 17:59:41 2011 +0200

    Makefile: generate MANIFEST for dist
---
 Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 748b9eb..147a600 100644
--- a/Makefile
+++ b/Makefile
@@ -13,9 +13,12 @@ install: Build
 clean: Build
 	@./Build realclean
 
-dist: Build
+dist: Build MANIFEST
 	@./Build dist
 
+MANIFEST: MANIFEST.SKIP Build
+	@./Build manifest
+
 stats: Build
 	@./Build postats
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libparse-debianchangelog-perl.git



More information about the Pkg-perl-cvs-commits mailing list