Changeset 850 for trunk/doc


Ignore:
Timestamp:
May 1, 2007, 2:32:58 PM (16 years ago)
Author:
Peter
Message:

fixes #227

Location:
trunk/doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/Makefile.am

    r831 r850  
    2828
    2929clean-local:
    30   rm -rf doxygen.config html-$(VERSION) latex-$(VERSION) \
     30  rm -rf doxygen.config html latex \
    3131 *.toc *.log *.dvi *.aux *~
    3232
     
    3434  doxygen doxygen.config
    3535
    36 doxygen.config: doxygen.config.in
    37   @sed -e 's/PROJECT_NUMBER.*= /&$(VERSION)/g' -e 's/HTML_OUTPUT.*= /&html-$(VERSION)/g' -e 's/LATEX_OUTPUT.*= /&latex-$(VERSION)/g' doxygen.config.in > doxygen.config
    38  
     36doxygen.config:
     37  @sed -e 's/PROJECT_NUMBER.*= /&$(VERSION)/g' doxygen.config.in > doxygen.config
    3938
    40 html-$(VERSION)/Statistics: Statistics.tex
     39
     40html/Statistics: Statistics.tex
    4141  latex2html Statistics.tex
    42   @mv Statistics html-$(VERSION)/.
     42  @mv Statistics html/.
    4343
    44 Statistics-local: html-$(VERSION)/Statistics \
    45   html-$(VERSION)/Statistics/Statistics.pdf
     44Statistics-local: html/Statistics \
     45  html/Statistics/Statistics.pdf
    4646
    4747Statistics.dvi: Statistics.tex
     
    5252  @dvipdfm Statistics.dvi
    5353
    54 html-$(VERSION)/Statistics/Statistics.pdf: Statistics.pdf
    55   @cp Statistics.pdf html-$(VERSION)/Statistics/.
     54html/Statistics/Statistics.pdf: Statistics.pdf
     55  @cp Statistics.pdf html/Statistics/.
    5656
  • trunk/doc/doxygen.config.in

    r831 r850  
    482482# put in front of it. If left blank `html' will be used as the default path.
    483483
    484 HTML_OUTPUT            =
     484HTML_OUTPUT            = html
    485485
    486486# The HTML_HEADER tag can be used to specify a personal HTML header for
     
    573573# put in front of it. If left blank `latex' will be used as the default path.
    574574
    575 LATEX_OUTPUT           =
     575LATEX_OUTPUT           = latex
    576576
    577577# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
Note: See TracChangeset for help on using the changeset viewer.