Blame doc/Makefile.am

Packit dd8086
#   Copyright (C) 2003, 2004, 2008, 2012, 2016 Rocky Bernstein <rocky@gnu.org>
Packit dd8086
#   This program is free software: you can redistribute it and/or modify
Packit dd8086
#   it under the terms of the GNU General Public License as published by
Packit dd8086
#   the Free Software Foundation, either version 3 of the License, or
Packit dd8086
#   (at your option) any later version.
Packit dd8086
#
Packit dd8086
#   This program is distributed in the hope that it will be useful,
Packit dd8086
#   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit dd8086
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit dd8086
#   GNU General Public License for more details.
Packit dd8086
#
Packit dd8086
#   You should have received a copy of the GNU General Public License
Packit dd8086
#   along with this program.  If not, see <http://www.gnu.org/licenses/>.
Packit dd8086
Packit dd8086
EXTRA_DIST = doxygen/Doxyfile.in doxygen/run_doxygen
Packit dd8086
info_TEXINFOS = libcdio.texi
Packit dd8086
libcdio_TEXINFOS = fdl.texi glossary.texi
Packit dd8086
Packit dd8086
reference:
Packit dd8086
	-( cd ${top_srcdir} && $(MAKE) doxygen )
Packit dd8086
Packit dd8086
#: Create documentation in PDF format
Packit dd8086
pdf: libcdio.pdf cd-text-foramt.pdf
Packit dd8086
Packit dd8086
#: Create documentation as a text file
Packit dd8086
txt: libcdio.txt
Packit dd8086
Packit dd8086
#: Create documentation in PostScript format
Packit dd8086
ps: libcdio.ps cd-text-format.ps
Packit dd8086
Packit dd8086
#: Create documentation in HTML format
Packit dd8086
html: libcdio.html cd-text-format.html
Packit dd8086
Packit dd8086
%.ps.gz: %.ps
Packit dd8086
	gzip -9c $< > $@
Packit dd8086
Packit dd8086
.texi.dvi:
Packit dd8086
	@echo texi2dvi is broken
Packit dd8086
Packit dd8086
.texi.pdf: stamp-vti
Packit dd8086
	texi2pdf $<
Packit dd8086
Packit dd8086
.texi.html: stamp-vti
Packit dd8086
	texi2html $<
Packit dd8086
Packit dd8086
.texi.txt:
Packit dd8086
	makeinfo --no-headers $< > $@
Packit dd8086
Packit dd8086
#: Create documentation in all formats, e.g. PDF, DVI, plain text and HTML
Packit dd8086
all-formats: pdf txt ps html
Packit dd8086
Packit dd8086
MOSTLYCLEANFILES = \
Packit dd8086
	libcdio.html libcdio.pdf libcdio.ps.gz \
Packit dd8086
	cd-text-foramt.html cd-text-format.pdf cd-text-foramt.ps.gz