[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.5.2

Modestas Vainius modax-guest at alioth.debian.org
Fri Oct 16 20:27:46 UTC 2009


The following commit has been merged in the master branch:
commit 740fcffc052f994fb904f115f82860d8842f6b92
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Fri Oct 16 23:06:48 2009 +0300

    Create man1 directory in advance.
---
 Makefile |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 52a9d4e..143b994 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ build:
 	# Nothing do build
 
 install:
-	install -d $(BINDIR) $(MANDIR)
+	install -d $(BINDIR) $(MANDIR) $(MANDIR)/man1
 	
 	# symbolshelper
 	cd $(SYMBOLSHELPER_DIR) && find Debian -type f -name "*.pm" -exec \
@@ -19,7 +19,6 @@ install:
 	install -m 0755 $(SYMBOLSHELPER_DIR)/pkgkde-symbolshelper-basic $(DESTDIR)/usr/bin/pkgkde-symbolshelper
 	
 	# Custom debhelper commands
-	install -d $(MANDIR)/man1
 	pod2man $(DEBHELPER_DIR)/dh_sameversiondep > $(MANDIR)/man1/dh_sameversiondep.1
 	install -m 0755 $(DEBHELPER_DIR)/dh_sameversiondep $(BINDIR)
 	

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list