Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 192 | Rev 195 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 magnus 1
#!/usr/bin/make -f
2
 
194 magnus 3
%:
4
	dh $@
2 magnus 5
 
194 magnus 6
override_dh_installdocs:
7
	dh_installdocs -a -Nnettle-bin
8
	dh_installdocs -pnettle-bin --link-doc=libnettle8
2 magnus 9
 
194 magnus 10
override_dh_auto_configure:
11
	dh_auto_configure -- --enable-fat
65 magnus 12
 
2 magnus 13