[Pkg-octave-commit] [SCM] octave branch, master, updated. cf1894111e81d4653934f87fa38cdb6380215fe6

Rafael Laboissiere rafael at debian.org
Sat Jun 6 21:25:52 UTC 2009


The following commit has been merged in the master branch:
commit 4cd5f730b930d85a4244045d1610ecf86aaecc3d
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sat Jun 6 21:45:35 2009 +0200

    Remove doc/conf.texi when building the octave3.2 package

diff --git a/debian/rules b/debian/rules
index aa6d9d5..01b7664 100755
--- a/debian/rules
+++ b/debian/rules
@@ -243,6 +243,9 @@ clean: unpatch
 	dh_testroot
 
 	[ ! -f doc/Makefile ] || $(MAKE) -C doc clean
+ifeq ($(major),3.2)
+	rm -f doc/conf.texi
+endif
 	[ ! -f doc/interpreter/images/Makefile ] \
 		|| $(MAKE) -C doc/interpreter/images distclean
 	[ ! -f doc/Makefile ] || $(MAKE) -C doc maintainer-clean

-- 
octave



More information about the Pkg-octave-commit mailing list