[Pkg-ocaml-maint-commits] [coccinelle] 05/07: debian/rules: call 'pdf' target to build the documentation

Eugeniy Meshcheryakov eugen at moszumanska.debian.org
Tue Apr 15 19:05:34 UTC 2014


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

eugen pushed a commit to branch master
in repository coccinelle.

commit ca864cd3c3096652ef95c16f3188cdafd2f91bd0
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Tue Apr 15 20:00:28 2014 +0200

    debian/rules: call 'pdf' target to build the documentation
---
 debian/changelog | 3 ++-
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index acd824b..5ad292b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ coccinelle (1.0.0~rc21-1) unstable; urgency=medium
   * New upstream RC
   * Updated patches:
     - pdf-docs-build.diff
+  * debian/rules: call 'pdf' target to build the documentation
 
- -- Євгеній Мещеряков <eugen at debian.org>  Tue, 15 Apr 2014 19:59:24 +0200
+ -- Євгеній Мещеряков <eugen at debian.org>  Tue, 15 Apr 2014 20:00:10 +0200
 
 coccinelle (1.0.0~rc20.deb-3) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 8c4ca20..4e31630 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ override_dh_auto_build-arch:
 override_dh_auto_build-indep:
 	mkdir texmf-var
 	mkdir texmf-config
-	TEXMFVAR="$(CURDIR)/texmf-var" TEXMFCONFIG="$(CURDIR)/texmf-config" $(MAKE) -C docs/manual all-pdf
+	TEXMFVAR="$(CURDIR)/texmf-var" TEXMFCONFIG="$(CURDIR)/texmf-config" $(MAKE) -C docs/manual pdf
 
 override_dh_auto_test:
 	$(MAKE) check

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/coccinelle.git



More information about the Pkg-ocaml-maint-commits mailing list