Browse Source

* doc/Makefile.am:

+ Rename the refman.ps doxygen documentation to libcaca.ps.
tags/v0.99.beta14
Sam Hocevar sam 21 years ago
parent
commit
bbce065236
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      doc/Makefile.am

+ 4
- 2
doc/Makefile.am View File

@@ -6,13 +6,13 @@ if DOXYGEN
htmldoc_DATA = html/doxygen.css html/doxygen.png
htmldocdir = $(datadir)/doc/libcaca-dev/html
if LATEX
psdoc_DATA = latex/refman.ps
psdoc_DATA = latex/libcaca.ps
psdocdir = $(datadir)/doc/libcaca-dev/ps
endif
endif

html/doxygen.css html/doxygen.png: stamp-doxygen
latex/refman.ps: stamp-latex
latex/libcaca.ps: stamp-latex

stamp-doxygen:
if DOXYGEN
@@ -23,7 +23,9 @@ endif
stamp-latex: stamp-doxygen
if DOXYGEN
if LATEX
rm -f latex/libcaca.ps
cd latex && $(MAKE) $(AM_CFLAGS) ps
mv latex/refman.ps latex/libcaca.ps
touch stamp-latex
endif
endif


Loading…
Cancel
Save