]> xenbits.xensource.com Git - people/dariof/xen-tools.git/commitdiff
No more explicitly call "make manpages"
authorAxel Beckert <abe@deuxchevaux.org>
Wed, 16 Jan 2013 16:44:28 +0000 (17:44 +0100)
committerAxel Beckert <abe@deuxchevaux.org>
Wed, 16 Jan 2013 17:00:26 +0000 (18:00 +0100)
It's a depedency of "make install" in the next line anyway.

debian/changelog
debian/rules

index 7e276b7a00ceff8ad544ce347aa43a915bd03252..47ae6094cb986287c81c1fb7fc8fdefc9bc726bd 100644 (file)
@@ -22,7 +22,8 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low
     out of a freshly clone git repository does not fail due to a missing
     upstream changelog.
   * debian/rules: Use dh_auto_{install,clean}; use "$(MAKE)" instead of
-    "make" where dh_auto_* can't help.
+    "make" where dh_auto_* can't help. No more explicitly call "make
+    manpages", it's a depedency of "make install" in the next line anyway.
   * Fix copy & paste errors binary-* targets in debian/rules
 
  -- Axel Beckert <abe@debian.org>  Tue, 13 Nov 2012 23:37:54 +0100
index 4b6ac1b077121e05c06a2468d87b0c2ae561ee4f..07f9c5dc212722d0b12800fc1f0253bb6a39260b 100755 (executable)
@@ -28,7 +28,6 @@ install: build
        dh_prep
 
        dh_auto_test
-       $(MAKE) manpages
        dh_auto_install
 
        dh_installdirs