diff options
author | James Zern <jzern@google.com> | 2014-05-10 11:15:11 -0700 |
---|---|---|
committer | James Zern <jzern@google.com> | 2014-05-12 22:45:25 -0700 |
commit | f8630c78d1b74d12fbef00e301acb8b0d4631763 (patch) | |
tree | ca899bf0ddaac4a4f9c22fe78ff68f40f13f6d1e /docs.mk | |
parent | 38f3cf125efe262f661d4f1e95d6eba0fb349e57 (diff) | |
download | libvpx-f8630c78d1b74d12fbef00e301acb8b0d4631763.tar.gz libvpx-f8630c78d1b74d12fbef00e301acb8b0d4631763.tar.bz2 libvpx-f8630c78d1b74d12fbef00e301acb8b0d4631763.zip |
configure: remove php test
+ the remnants in the build system & README
the documentation that required php was removed in:
50fa585 Removing examples code generation and making them static.
Change-Id: Ibf00dca9ab2715fc21e8de358807b63d1445662c
Diffstat (limited to 'docs.mk')
-rw-r--r-- | docs.mk | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -23,12 +23,6 @@ CODEC_DOX := mainpage.dox \ # Other doxy files sourced in Markdown TXT_DOX = $(call enabled,TXT_DOX) -%.dox: %.txt - @echo " [DOXY] $@" - @$(SRC_PATH_BARE)/examples/gen_example_doxy.php \ - $(@:.dox=) "$($@.DESC)" > $@ < $< - - EXAMPLE_PATH += $(SRC_PATH_BARE) #for CHANGELOG, README, etc EXAMPLE_PATH += $(SRC_PATH_BARE)/examples |