diff options
author | Aron Xu <aron@debian.org> | 2012-04-23 17:06:07 +0800 |
---|---|---|
committer | Aron Xu <aron@debian.org> | 2012-04-23 17:42:28 +0800 |
commit | 8fc7f47c6c95e90c50f1f5acfe5a81afca2d361e (patch) | |
tree | 3bf63a0e75d1f0428732aa067de994233e436806 /debian/rules | |
parent | cb20d4ab9f4b6c9e796fc8511b7b99bb451820ab (diff) | |
download | libxml2-8fc7f47c6c95e90c50f1f5acfe5a81afca2d361e.tar.gz |
Get rid of xsltproc, break circulate B-D.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
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 \ |