1 ## Process this with automake to create Makefile.in
3 SUBDIRS = vorbisfile vorbisenc
5 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
7 ### all of the static docs, commited to SVN and included as is
14 floor1_inverse_dB_table.html \
30 vorbis-fidelity.html \
37 # bits needed by the spec
53 # FIXME: also needed here
68 a1-encapsulation-ogg.tex \
69 a2-encapsulation-rtp.tex \
72 built_docs = Vorbis_I_spec.pdf Vorbis_I_spec.html Vorbis_I_spec.css
74 # conditionally make the generated documentation
76 doc_DATA = $(static_docs) $(SPEC_PNG) $(built_docs)
78 doc_DATA = $(static_docs)
81 EXTRA_DIST = $(static_docs) $(built_docs) \
82 $(SPEC_TEX) $(SPEC_PNG) $(SPEC_PDF) Vorbis_I_spec.cfg
84 # these are expensive; only remove if we have to
85 MAINTAINERCLEANFILES = $(built_docs)
86 CLEANFILES = $(SPEC_TEX:%.tex=%.aux) \
87 Vorbis_I_spec.4ct Vorbis_I_spec.4tc \
88 Vorbis_I_spec.dvi Vorbis_I_spec.idv \
89 Vorbis_I_spec.lg Vorbis_I_spec.log \
90 Vorbis_I_spec.out Vorbis_I_spec.tmp \
91 Vorbis_I_spec.toc Vorbis_I_spec.xref \
93 zzVorbis_I_spec.ps xifish.png
95 # explicit rules for generating docs
97 xifish.png: white-xifish.png
100 Vorbis_I_spec.html Vorbis_I_spec.css: $(SPEC_TEX) $(SPEC_PNG) xifish.png
103 Vorbis_I_spec.pdf: $(SPEC_TEX) $(SPEC_PNG) xifish.png
107 Vorbis_I_spec.html: NO_DOCS_ERROR
108 Vorbis_I_spec.pdf: NO_DOCS_ERROR
111 @echo "*** Documentation has not been built! ***"
112 @echo "Try re-running after passing --enable-docs to configure."