Subversion Repositories

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

Rev 13 | Rev 33 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13 Rev 26
Line 114... Line 114...
114
114
115
install-indep:
115
install-indep:
116
	dh_testdir
116
	dh_testdir
117
	dh_testroot
117
	dh_testroot
118
	dh_clean -k
118
	dh_clean -k
119
	dh_installdirs -i
-
 
120
119
121
	$(MAKE) -C liboop.org install \
120
	$(MAKE) -C liboop.org install \
122
		DESTDIR=$(CURDIR)/debian/tmp/usr/share/doc/liboop-doc/html
121
		DESTDIR=$(CURDIR)/debian/tmp/usr/share/doc/liboop-doc/html
123
122
124
install-arch: build
123
install-arch: build
125
	dh_testdir
124
	dh_testdir
126
	dh_testroot
125
	dh_testroot
127
	dh_clean -k
126
	dh_clean -k
128
	dh_installdirs -a
-
 
129
127
130
	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
128
	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
131
129
132
binary-indep: install-indep
130
binary-indep: install-indep
133
	dh_testdir
131
	dh_testdir