Rev 33 | Rev 36 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 33 | Rev 34 | ||
---|---|---|---|
Line 105... | Line 105... | ||
105 | dh_testdir |
105 | dh_testdir |
106 | dh_testroot |
106 | dh_testroot |
107 | rm -f build-stamp configure-stamp |
107 | rm -f build-stamp configure-stamp |
108 | 108 | ||
109 | [ ! -f Makefile ] || $(MAKE) distclean |
109 | [ ! -f Makefile ] || $(MAKE) distclean |
110 | $(MAKE) -C liboop.org distclean |
110 | $(MAKE) -C web distclean |
111 | 111 | ||
112 | rm -rf Makefile.in aclocal.m4 ltmain.sh configure mkinstalldirs config.sub config.guess autom4te.cache missing depcomp install-sh |
112 | rm -rf Makefile.in aclocal.m4 ltmain.sh configure mkinstalldirs config.sub config.guess autom4te.cache missing depcomp install-sh |
113 | dh_clean |
113 | dh_clean |
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 | 119 | ||
120 | $(MAKE) -C liboop.org install \ |
120 | $(MAKE) -C web install \ |
121 | DESTDIR=$(CURDIR)/debian/tmp/usr/share/doc/liboop-doc/html |
121 | DESTDIR=$(CURDIR)/debian/tmp/usr/share/doc/liboop-doc/html |
122 | 122 | ||
123 | install-arch: build |
123 | install-arch: build |
124 | dh_testdir |
124 | dh_testdir |
125 | dh_testroot |
125 | dh_testroot |