diff options
author | R. Bernstein <rocky@gnu.org> | 2011-10-20 06:39:18 -0400 |
---|---|---|
committer | R. Bernstein <rocky@gnu.org> | 2011-10-20 06:39:18 -0400 |
commit | 273ce72a982c7df0e2b94cf0515ca0ee595a13ae (patch) | |
tree | 146301e59edb626026f45cc572793aa3e843d583 /doc/Makefile.am | |
parent | 34dc6a0973fa7640383a1edf98005b702b546c31 (diff) |
Add remake --task documentation
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index dde10f01..38f0e729 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -19,12 +19,16 @@ libcdio_TEXINFOS = fdl.texi glossary.texi reference: -( cd ${top_srcdir} && $(MAKE) doxygen ) +#: Create documentation in PDF format pdf: libcdio.pdf +#: Create documentation as a text file txt: libcdio.txt +#: Create documentation in PostScript format ps: libcdio.ps +#: Create documentation in HTML format html: libcdio.html %.ps.gz: %.ps @@ -39,6 +43,7 @@ html: libcdio.html .texi.txt: makeinfo --no-headers $< > $@ +# Create documentation in all formats, e.g. PDF, DVI, plain text and HTML all-formats: pdf dvi txt ps html MOSTLYCLEANFILES = libcdio.html libcdio.pdf libcdio.ps.gz |