Package: m-tx
Version: 0.60-2
Severity: minor
Tags: patch

As you suggested, my next patch comes via reportbug :-)
This one makes "debian/rules clean" also clean the mtxdoc directory.
This allows us to generate a list of non-generated files in the doc
directory after running debian/rules clean.

Regards,
 Nis

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.12.3
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages m-tx depends on:
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  tetex-bin                   2.0.2-30     The teTeX binary files

-- no debconf information
diff -Nru m-tx-0.60/debian/rules m-tx-0.60.changed1/debian/rules
--- m-tx-0.60/debian/rules      2005-09-01 19:00:08.000000000 +0200
+++ m-tx-0.60.changed1/debian/rules     2005-09-02 13:40:53.000000000 +0200
@@ -28,6 +28,7 @@
        rm -f build-stamp
 
        cd src && make bare
+       cd doc && make bare && rm -f prepmx
        
        dh_clean
 
diff -Nru m-tx-0.60/doc/Makefile m-tx-0.60.changed1/doc/Makefile
--- m-tx-0.60/doc/Makefile      2005-09-01 19:00:08.000000000 +0200
+++ m-tx-0.60.changed1/doc/Makefile     2005-09-02 13:35:50.000000000 +0200
@@ -108,6 +108,6 @@
        - @zip -ju mtxD`./docversion` $(sources) $(support) README
 
 bare:
-       rm $(examples) $(halleluja_pieces) $(kanons_pieces) *.dvi *.lj *.ps 
*.pdf\
+       - rm $(examples) $(halleluja_pieces) $(kanons_pieces) *.dvi *.lj *.ps 
*.pdf\
      netsoos?.mtx melisma?.mtx *.mx? *.ind *.ilg *.toc *.aux *.log 
 

Reply via email to