delete duplicate file

This commit is contained in:
Sylvestre Ledru 2013-03-02 16:32:57 +00:00
parent 62d95ef4af
commit c8960506ff

4
debian/rules vendored
View File

@ -147,8 +147,8 @@ override_dh_auto_install:
cd $(CURDIR)/docs/_build/html/_static/ && rm -f jquery.js && ln -s /usr/share/javascript/jquery/jquery.js cd $(CURDIR)/docs/_build/html/_static/ && rm -f jquery.js && ln -s /usr/share/javascript/jquery/jquery.js
override_dh_install: override_dh_installman:
dh_install dh_installman
# Make sure that lli manpage is only in llvm-3.2-runtime (See #697117) # Make sure that lli manpage is only in llvm-3.2-runtime (See #697117)
rm -f $(CURDIR)/debian/llvm-$(LLVM_VERSION)/usr/share/man/man1/lli* rm -f $(CURDIR)/debian/llvm-$(LLVM_VERSION)/usr/share/man/man1/lli*