root/juggler/branches/2.2/modules/sonix/doc/Makefile

Revision 12019, 0.5 kB (checked in by patrickh, 6 years ago)

Using Doxygen and pdflatex on RedHat? Linux 8.0, there is no PostScript? file
generated for the programmer reference. I doubt people really wanted to
get a PostScript? file when PDF was available anyway.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 # Default targets
2 all: docs
3 default: html
4
5 docs: html pdf
6 install-docs: install-html install-pdf
7
8 DOXYGEN_FILE=           sonix.doxy
9 HTML_DOXYGEN_FILE=      $(DOXYGEN_FILE)
10 LATEX_DOXYGEN_FILE=     sonix_latex.doxy
11 MAN_DOXYGEN_FILE=       $(DOXYGEN_FILE)
12 HTML_OUTPUT_DIR=        html
13 LATEX_OUTPUT_DIR=       latex
14
15 # Fill these in!!  Together, they form the installation prefix.
16 webroot=        $(HOME)/public_html/jugglerweb
17 instdir=        sonix/$(PROJECT_NUMBER)/programmer.reference
18
19 prefix=         $(webroot)/$(instdir)
20
21 include ../../../doc/doxygen.mk
22 include version.mk
Note: See TracBrowser for help on using the browser.