Code

rules: Clean en{blend,fuse}.tpt files.
authorSebastian Harl <sh@tokkee.org>
Mon, 2 Aug 2010 16:41:29 +0000 (16:41 +0000)
committerSebastian Harl <sh@tokkee.org>
Mon, 2 Aug 2010 16:41:29 +0000 (16:41 +0000)
Those files are created when building the PDF documentation.

debian/changelog
debian/rules

index f0e28e36ba739698be3c324ea6616927b4cbc6f1..f8f24f6b8adf4feccc6d20c246c0e95159f33880 100644 (file)
@@ -25,6 +25,8 @@ enblend-enfuse (4.0+dfsg-1) experimental; urgency=low
     - Replace the whatis entry in the enblend/enfuse manpages with something
       meaningful (using sed).
     - Do not compress PDF files.
+    - Clean en{blend,fuse}.tpt files created when building the PDF
+      documentation.
   * debian/control:
     - Build-depend on libboost-filesystem-dev.
     - Updated Standards-Version to 3.9.1 -- no changes.
@@ -35,7 +37,7 @@ enblend-enfuse (4.0+dfsg-1) experimental; urgency=low
   * Added debian/enblend.doc-base, debian/enfuse.doc-base.
     - … pointing to enblend.pdf and enfuse.pdf respectively.
 
- -- Sebastian Harl <tokkee@debian.org>  Sun, 01 Aug 2010 22:06:15 +0000
+ -- Sebastian Harl <tokkee@debian.org>  Mon, 02 Aug 2010 16:39:56 +0000
 
 enblend-enfuse (3.2+dfsg-3) unstable; urgency=medium
 
index 776cc6982ef3e16306616bbed79657ad2069496f..c9e5c9219b677f3f94da0ae33a5cd24ce8009398 100755 (executable)
@@ -78,7 +78,7 @@ clean:
        rm -f build-stamp
        
        [ ! -f Makefile ] || $(MAKE) distclean
-       rm -f doc/*.info
+       rm -f doc/*.info doc/enblend.tpt doc/enfuse.tpt
        rm -rf build-tree-mp
        
        dh_clean