1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-04-24 09:31:27 +02:00

Invoke dh_installman only once.

Instead of calling dh_installman multiple times just call it once. List
the manpages that should be installed in package specific
debian/package.manpages.
This commit is contained in:
Andreas Metzler
2010-08-16 16:29:47 +02:00
committed by Carlos R. Mafra
parent a1867f2473
commit 3751b587eb
4 changed files with 6 additions and 5 deletions
+2
View File
@@ -0,0 +1,2 @@
debian/manpages/get-wings-flags.1
debian/manpages/get-wutil-flags.1
+1
View File
@@ -0,0 +1 @@
debian/manpages/get-wraster-flags.1
+1 -5
View File
@@ -177,11 +177,7 @@ binary-arch: build
$(LIBWRASTER_TMP)/$(DOCDIR)/$(LIBWRASTER)/README.wrlib $(LIBWRASTER_TMP)/$(DOCDIR)/$(LIBWRASTER)/README.wrlib
$(install_dir) $(DEBTMPDIR)/$(MAN1DIR) $(install_dir) $(DEBTMPDIR)/$(MAN1DIR)
$(RM) $(DEBTMPDIR)/$(MAN1DIR)/convertstyle* $(RM) $(DEBTMPDIR)/$(MAN1DIR)/convertstyle*
dh_installman -pwmaker debian/manpages/*.1x dh_installman -a
dh_installman -pwmaker debian/manpages/*.8
dh_installman -plibwraster3-dev debian/manpages/get-wraster-flags.1
dh_installman -plibwings-dev debian/manpages/get-wings-flags.1
dh_installman -plibwings-dev debian/manpages/get-wutil-flags.1
dh_installchangelogs -a ChangeLog dh_installchangelogs -a ChangeLog
# dh_strip -a # dh_strip -a
dh_lintian dh_lintian
+2
View File
@@ -0,0 +1,2 @@
debian/manpages/*.1x
debian/manpages/*.8