Code

rules: Manually clean doc/manual.tex
[pkg-tig.git] / debian / rules
index 5b4c2f5280eb3da0b1a497e9a1144e3126cd5873..3fb88767577e165816b3cf6f9e61f6c98e197d9f 100755 (executable)
@@ -53,17 +53,17 @@ clean:
        
        rm -f config.h config.log config.make config.status
        rm -rf doc/manual.html-chunked/
-       rm -f doc/manual.pdf doc/manual.html doc/manual.toc
+       rm -f doc/manual.pdf doc/manual.html doc/manual.toc doc/manual.tex
        rm -f doc/tigmanual.7
        rm -f doc/tig.1 doc/tig.1.html doc/tigrc.5 doc/tigrc.5.html
        rm -f INSTALL.html NEWS.html README.html
        
-       dh_clean 
+       dh_clean
 
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        dh_installdirs
        
        $(MAKE) install install-doc DESTDIR=$(CURDIR)/debian/tig