Explorar el Código

* doc/Makefile.am:

+ Rename the refman.ps doxygen documentation to libcaca.ps.
tags/v0.99.beta14
Sam Hocevar sam hace 21 años
padre
commit
bbce065236
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. +4
    -2
      doc/Makefile.am

+ 4
- 2
doc/Makefile.am Ver fichero

@@ -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


Cargando…
Cancelar
Guardar