* Remove and symlink the copies of jquery generated by Doxygen and add a
Recommends on libjs-jquery for openafs-doc.
Section: doc
Architecture: all
Depends: ${misc:Depends}
+Recommends: libjs-jquery
Description: AFS distributed filesystem documentation
AFS is a distributed filesystem allowing cross-platform sharing of files
among multiple computers. Facilities are provided for access control,
override_dh_installdocs:
dh_installdocs $(DOC_PACKAGES) --link-doc=openafs-client
dh_installdocs --remaining-packages
+ set -e; if [ -d "$(DOCS)" ] ; then \
+ for d in arch-overview bos-spec fs-cm-spec rx-spec \
+ vldb-vol-spec ; do \
+ rm $(DOCS)/html/$$d/jquery.js ; \
+ ln -s /usr/share/javascript/jquery/jquery.min.js \
+ $(DOCS)/html/$$d/jquery.js ; \
+ done ; \
+ fi
# Install the upstream NEWS file as the upstream changelog.
override_dh_installchangelogs: