[xiph-commits] r14062 - trunk/theora/doc/spec
giles at svn.xiph.org
giles at svn.xiph.org
Mon Oct 29 17:05:25 PDT 2007
Author: giles
Date: 2007-10-29 17:05:24 -0700 (Mon, 29 Oct 2007)
New Revision: 14062
Modified:
trunk/theora/doc/spec/Makefile.am
Log:
Don't install Theora.pdf if it isn't built. This allows 'make install'
to complete when building from the repository.
Modified: trunk/theora/doc/spec/Makefile.am
===================================================================
--- trunk/theora/doc/spec/Makefile.am 2007-10-30 00:03:08 UTC (rev 14061)
+++ trunk/theora/doc/spec/Makefile.am 2007-10-30 00:05:24 UTC (rev 14062)
@@ -7,7 +7,9 @@
built_docs = Theora.pdf
+if BUILD_SPEC
doc_DATA = $(built_docs)
+endif
SPEC_SRCS = spec.tex spec.bib
More information about the commits
mailing list