debian/ruels, libtk3.0-doc.*: Tutorial and FAQ have been removed from the

gtk source as they were updated, stop trying to install them
This commit is contained in:
Sjoerd Simons
2010-11-04 23:33:37 +00:00
parent ab7f84dae8
commit 38c548d040
6 changed files with 5 additions and 45 deletions

9
debian/rules vendored
View File

@ -159,11 +159,6 @@ DH_INSTALLDOCS_FILES := NEWS README ChangeLog
# ".in" file; pass the list of packages in $(1)
dh_subst_files = $(patsubst %.in,%,$(wildcard $(addprefix debian/, $(addsuffix *.in, $(1)))))
# Gruik gruik generation of .devhelp files for the FAQ and tutorial
debian/gtk3-%.devhelp: docs/%/html/index.html
gawk -f debian/gruik2devhelp.awk -v name=gtk3-$* $< > $@
devhelpfiles: debian/gtk3-faq.devhelp debian/gtk3-tutorial.devhelp
patch: $(STAMP_DIR)/patch-stamp
$(STAMP_DIR)/patch-stamp:
@ -267,7 +262,7 @@ clean:: debian/control
maybe_check = $(if $(findstring nocheck,$(DEB_BUILD_OPTIONS)),,check)
binary-indep: build $(maybe_check) install $(call dh_subst_files,$(BINARY_INDEP_PKGS)) devhelpfiles
binary-indep: build $(maybe_check) install $(call dh_subst_files,$(BINARY_INDEP_PKGS))
dh_testdir
dh_testroot
dh_install -i
@ -348,4 +343,4 @@ list-missing:
egrep -v '(\.la|$(LIBDIR)/gtk-3.0/$(GTK_BINARY_VERSION)/[^/]+/[^/]+\.a) has been installed' >&2
binary: binary-indep binary-arch
.PHONY: patch configure build check install clean binary-indep binary-arch list-missing binary devhelpfiles
.PHONY: patch configure build check install clean binary-indep binary-arch list-missing binary