~ubuntu-branches/ubuntu/precise/pcb/precise

« back to all changes in this revision

Viewing changes to doc/Imakefile

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2002-01-10 15:26:54 UTC
  • Revision ID: james.westby@ubuntu.com-20020110152654-a352e4bqxekbbte9
Tags: 1.7.1-4.2
* NMU
* Fix build-depends.  Closes: #90603, #92442.
* fix src/Imakefile (complexProgramTargetNoMan(pcb))
* Add Depends: m4.  Closes: #124335

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
pcb.html: pcb.texi
60
60
        @echo "creating $@ file"
61
 
        @texi2html -glossary -menu pcb.texi
 
61
        @texi2html -glossary -menu -split chapter pcb.texi
62
62
        @mv pcb_toc.html index.html
63
63
 
64
64
refcard.tex: refcard.tex.raw sed.script
77
77
        $(RM) sed.script
78
78
        $(RM) pcb.info pcb.dvi pcb.texi pcb.ps pcb.html index.html \
79
79
                refcard.ps refcard.dvi refcard.tex \
80
 
                pcb.man;
 
80
                pcb.man pcb_*.html;
81
81
        for f in refcard pcb; do \
82
82
                $(RM) $$f.log $$f.aux $$f.toc $$f.cps $$f.fns $$f.vrs \
83
83
                      $$f.cp $$f.fn $$f.ky $$f.pg $$f.tp $$f.vr; \