~ubuntu-branches/debian/experimental/libav/experimental

« back to all changes in this revision

Viewing changes to .pc/makeinfo.patch/doc/Makefile

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2014-01-18 15:46:55 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20140118154655-iz6u00yevkat1jqi
Tags: 6:10~alpha2-1
New Upstream release 10_alpha2. This upstream git snapshot has too many
changes to list here, cf. to the upstream Changelog:
http://git.libav.org/?p=libav.git;a=blob;f=Changelog;hb=refs/tags/v10_alpha2

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
$(DOC_EXAMPLES:%=%.o): | doc/examples
58
58
OBJDIRS += doc/examples
59
59
 
60
 
doc/doxy/html: $(SRC_PATH)/doc/Doxyfile $(INSTHEADERS)
 
60
DOXY_TEMPLATES  = doxy_stylesheet.css footer.html header.html
 
61
DOXY_TEMPLATES := $(addprefix $(SRC_PATH)/doc/doxy/, $(DOXY_TEMPLATES))
 
62
 
 
63
doc/doxy/html: $(SRC_PATH)/doc/Doxyfile $(DOXY_TEMPLATES) $(INSTHEADERS)
61
64
        $(M)$(SRC_PATH)/doc/doxy-wrapper.sh $(SRC_PATH) $^
62
65
 
63
66
install-progs-$(CONFIG_POD2MAN): install-man