Mercurial > mplayer.hg
comparison debian/rules @ 32431:a116d0fcea6e
10l, unbreak building of mplayer-doc package
author | siretart |
---|---|
date | Tue, 19 Oct 2010 12:56:41 +0000 |
parents | 1ab876dcf5d6 |
children | 1522fac67d56 |
comparison
equal
deleted
inserted
replaced
32430:1ab876dcf5d6 | 32431:a116d0fcea6e |
---|---|
136 $(MAKE) -C DOCS/xml html-chunked | 136 $(MAKE) -C DOCS/xml html-chunked |
137 | 137 |
138 build-indep: | 138 build-indep: |
139 dh_testdir | 139 dh_testdir |
140 dh_prep -i | 140 dh_prep -i |
141 test ! -f DOCS/HTML/en/index.html || $(MAKE) -f debian/rules DOCS/HTML/en/index.html | 141 test -f DOCS/HTML/en/index.html || $(MAKE) -f debian/rules DOCS/HTML/en/index.html |
142 | 142 |
143 # commands to compile the documentation | 143 # commands to compile the documentation |
144 install-indep: build-indep | 144 install-indep: build-indep |
145 dh_installchangelogs -i | 145 dh_installchangelogs -i |
146 dh_installdocs -i | 146 dh_installdocs -i |