]> andersk Git - libyaml.git/blob - rules
c79ab93307b8648a6e1625edec8ba8ad29ebab29
[libyaml.git] / rules
1 #!/usr/bin/make -f
2
3 %:
4         dh $@
5
6 override_dh_auto_build-indep:
7         $(MAKE) html
8
9 override_dh_installdocs-indep:
10         dh_installdocs -i
11         dh_doxygen -plibyaml-doc
12
13 override_dh_strip:
14         dh_strip -plibyaml-0-2 --dbgsym-migration='libyaml-0-2-dbg (<< 0.1.7-1~)'
15         dh_strip --remaining
This page took 0.021624 seconds and 3 git commands to generate.