Rev 230 | Rev 244 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 230 | Rev 240 | ||
---|---|---|---|
Line 208... | Line 208... | ||
208 | # Pass -i to all debhelper commands in this target to reduce clutter. |
208 | # Pass -i to all debhelper commands in this target to reduce clutter. |
209 | binary-indep: build-indep |
209 | binary-indep: build-indep |
210 | dh_testdir -i |
210 | dh_testdir -i |
211 | dh_testroot -i |
211 | dh_testroot -i |
212 | # install the docs |
212 | # install the docs |
213 | dh_install -p$(PIKE)-manual refdoc/traditional_manual/* usr/share/doc/$(PIKE)-doc/html/manual |
213 | dh_install -p$(PIKE)-doc -Ximages refdoc/traditional_manual/* usr/share/doc/$(PIKE)-doc/html/manual |
214 | dh_install -p$(PIKE)-reference refdoc/modref/* usr/share/doc/$(PIKE)-doc/html/reference |
214 | dh_install -p$(PIKE)-doc refdoc/modref/* usr/share/doc/$(PIKE)-doc/html/reference |
215 | dh_install -i -N$(PIKE)-manual -N$(PIKE)-reference --sourcedir=$(TMP) |
215 | dh_link -p$(PIKE)-doc usr/share/doc/$(PIKE)-doc/html/reference/images usr/share/doc/$(PIKE)-doc/html/manual/images |
- | 216 | dh_install -i |
|
216 | dh_installdocs -i |
217 | dh_installdocs -i |
217 | dh_installchangelogs -i -k CHANGES |
218 | dh_installchangelogs -i -k CHANGES |
218 | dh_lintian -i |
219 | dh_lintian -i |
219 | dh_link -i |
- | |
220 | dh_compress -i |
220 | dh_compress -i |
221 | dh_fixperms -i |
221 | dh_fixperms -i |
222 | dh_installdeb -i |
222 | dh_installdeb -i |
223 | dh_gencontrol -i |
223 | dh_gencontrol -i |
224 | dh_md5sums -i |
224 | dh_md5sums -i |