[SCM] Vim packaging branch, debian, updated. upstream/7.2.010-249-g1dd8803

James Vega jamessan at debian.org
Sun Sep 28 20:25:44 UTC 2008


The following commit has been merged in the debian branch:
commit 1dd8803709dfae7b714e88ecc9b5dc26bbfce5f8
Author: James Vega <jamessan at debian.org>
Date:   Sun Sep 28 16:25:11 2008 -0400

    Use $(INSTALL_STUFF) to refer to the generated files
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/debian/policy/Makefile b/debian/policy/Makefile
index cfaacb6..c25134b 100644
--- a/debian/policy/Makefile
+++ b/debian/policy/Makefile
@@ -20,10 +20,10 @@ vim-policy.txt: vim-policy.xml *.xml
 	docbook2txt $<
 
 clean:
-	$(RM) -rf vim-policy.html/ vim-policy.txt
+	$(RM) -rf $(INSTALL_STUFF)
 
 upload_web: all
-	scp -rC vim-policy vim-policy.html alioth.debian.org:/org/alioth.debian.org/chroot/home/groups/pkg-vim/htdocs/
+	scp -rC $(INSTALL_STUFF) alioth.debian.org:/org/alioth.debian.org/chroot/home/groups/pkg-vim/htdocs/
 
 .PHONY: html text upload_web
 

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list