This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
libcdio-osx/doc/Makefile.am
rocky fba993c0a3 *Makefile/am Get sample documentation is in distribution.
example/*.c: remove trailing blanks at end of file.
2003-08-09 11:52:00 +00:00

26 lines
324 B
Makefile

info_TEXINFOS = libcdio.texi
pdf: libcdio.pdf
txt: libcdio.txt
ps: libcdio.ps
html: libcdio.html
%.ps.gz: %.ps
gzip -9c $< > $@
.texi.pdf:
texi2pdf $<
.texi.html:
texi2html $<
.texi.txt:
makeinfo --no-headers $< > $@
all-formats: pdf dvi txt ps html
MOSTLYCLEANFILES = libcdio.html libcdio.pdf libcdio.ps.gz