summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2005-07-21 19:32:36 -0500
committerTheodore Ts'o <tytso@mit.edu>2005-07-21 19:32:36 -0500
commit8c5829fb8e7a59d4bf1ef82f65301658da7b2a3b (patch)
tree0ae147368510706a7eced04f7018d74bea071dd2 /debian/rules
parent29af314d3fd4cb907a4f474645e04bd26ba66f5f (diff)
downloade2fsprogs-8c5829fb8e7a59d4bf1ef82f65301658da7b2a3b.tar.gz
Fix Debian build rules to reflect changes in texi2html (Debian Bug #317862)
Texi2html's behavior changed recently: if it is invoked with -split=chapter, old versions place the HTML files in the same directory as the documentation source, whereas new versions place the generated files in a subdirectory. Reported by Matt Kraai. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'debian/rules')
-rw-r--r--debian/rules6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index 27e8e2b4..6eb8bcc6 100644
--- a/debian/rules
+++ b/debian/rules
@@ -184,7 +184,7 @@ clean:
-make -C ${stdbuilddir} -i distclean
-make -C ${bfbuilddir} -i distclean
rm -rf ${stdbuilddir} ${bfbuilddir} ${mipsbuilddir}
- rm -f doc/libext2fs_*.html lib/et/com_err_*.html debian/*.substvars
+ rm -f doc/libext2fs/*.html lib/et/com_err/*.html debian/*.substvars
dh_clean
install: cleanup install-std
@@ -306,10 +306,10 @@ binary-arch: install install-udeb
# HTML docs
install -d ${debdir}/e2fslibs-dev/usr/share/doc/e2fslibs/html-info/
- install -p ${stdbuilddir}/doc/libext2fs_*.html \
+ install -p ${stdbuilddir}/doc/libext2fs/*.html \
${debdir}/e2fslibs-dev/usr/share/doc/e2fslibs/html-info/
install -d ${debdir}/comerr-dev/usr/share/doc/libcomerr${COMERR_SOVERSION}/html-info/
- install -p ${stdbuilddir}/lib/et/com_err_*.html \
+ install -p ${stdbuilddir}/lib/et/com_err/*.html \
${debdir}/comerr-dev/usr/share/doc/libcomerr${COMERR_SOVERSION}/html-info/
# texinfo docs