summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorAron Xu <aron@debian.org>2012-04-23 17:06:07 +0800
committerAron Xu <aron@debian.org>2012-04-23 17:42:28 +0800
commit8fc7f47c6c95e90c50f1f5acfe5a81afca2d361e (patch)
tree3bf63a0e75d1f0428732aa067de994233e436806 /debian/rules
parentcb20d4ab9f4b6c9e796fc8511b7b99bb451820ab (diff)
downloadlibxml2-8fc7f47c6c95e90c50f1f5acfe5a81afca2d361e.tar.gz
Get rid of xsltproc, break circulate B-D.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index 941ff1c..06dd660 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,8 +44,6 @@ dobuild-%: BUILD_DIR=build/$*
dobuild-%: doconfigure-%
$(if $(filter $(BUILD_DIR),build/$*),,[ -d $(BUILD_DIR) ] || mv build/$*/python $(BUILD_DIR))
dh_auto_build --builddirectory=$(BUILD_DIR) -- $(BUILD_FLAGS)
- $(if $(filter build/main,$(BUILD_DIR)),make -C $(BUILD_DIR)/doc/examples rebuild)
- #$(if $(filter build/main/python%,$(BUILD_DIR)),make -C $(BUILD_DIR)/tests tests)
dobuild-python%: BUILD_DIR=build/main/$*
dobuild-python%: BUILD_FLAGS = libxml2mod_la_LIBADD='$$(mylibs)'
@@ -77,7 +75,7 @@ doinstall-main:
install -m 644 \
doc/examples/*.c \
doc/examples/*.res \
- build/main/doc/examples/index.html \
+ doc/examples/index.html \
doc/examples/[tw]*.xml debian/tmp/usr/share/doc/libxml2-doc/examples
cp -a \
doc/html \