~ubuntu-branches/ubuntu/breezy/psp/breezy

« back to all changes in this revision

Viewing changes to doc/Makefile.debian

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2003-12-14 14:07:17 UTC
  • Revision ID: james.westby@ubuntu.com-20031214140717-g1ccj9zwr7j1k77d
Tags: 0.5.5-3
* Use hevea instead of latex2html, Closes: #221343
* Fix clean target, Closes: #220604
* Fix long description lines in control file, Closes: #109457, #130940,
  #130942, #130950, #130958, #130979, #131000, #131023
* Pull in NMU changes, Closes: #158685

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        latex MIC3.tex
7
7
        latex MIC3.tex
8
8
 
9
 
MIC3.html:  stamp-html
10
 
        
11
 
stamp-html:  MIC3.dvi
12
 
        mkdir MIC3.html
13
 
        latex2html -noaddress -dir MIC3.html MIC3.tex
14
 
        touch stamp-html
 
9
MIC3.html:  MIC3.dvi
 
10
        hevea MIC3.tex
 
11
        hevea MIC3.tex
 
12
 
15
13
 
16
14
clean:
17
15
        -rm -rf MIC3.html stamp-html
18
16
        -rm MIC3.dvi MIC3.aux MIC3.toc
19
17
install: all
20
18
        install -m755 MIC3.dvi ${DESTDIR}/usr/share/doc/psp-doc/old-mic-docs/MIC3.dvi
21
 
        tar -cf - MIC3.html |(cd ${DESTDIR}/usr/share/doc/psp-doc/old-mic-docs&&tar xpf - )
 
19
        install -m755 MIC3.html ${DESTDIR}/usr/share/doc/psp-doc/old-mic-docs/MIC3.html
 
20