Author: jfs
Date: Sat Apr 14 10:07:22 2012
New Revision: 9183

URL: http://svn.debian.org/wsvn/?sc=1&rev=9183
Log:
Refresh the files wheh building and remove when cleaning

Modified:
    packages/trunk/doc-debian/debian/rules

Modified: packages/trunk/doc-debian/debian/rules
URL: 
http://svn.debian.org/wsvn/packages/trunk/doc-debian/debian/rules?rev=9183&op=diff
==============================================================================
--- packages/trunk/doc-debian/debian/rules (original)
+++ packages/trunk/doc-debian/debian/rules Sat Apr 14 10:07:22 2012
@@ -5,13 +5,14 @@
 docdir = $(tmp)/usr/share/doc/debian
 
 build: stamp-build
-stamp-build:
+stamp-build: refresh
        test -f debian/rules
        touch $@
 
 clean:
        test -f debian/rules
        test "`id -u`" -eq 0
+       cd doc && $(MAKE) realclean
        rm -rf $(tmp)
        rm -f stamp-build debian/files `find . -name "*~"`
 


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to