[xiph-commits] r8725 - trunk/theora/doc/spec
tterribe at motherfish-iii.xiph.org
tterribe at motherfish-iii.xiph.org
Tue Jan 11 09:40:38 PST 2005
Author: tterribe
Date: 2005-01-11 09:40:38 -0800 (Tue, 11 Jan 2005)
New Revision: 8725
Modified:
trunk/theora/doc/spec/Makefile
Log:
Fix typo in Makefile that would prevent figures from being built.
Modified: trunk/theora/doc/spec/Makefile
===================================================================
--- trunk/theora/doc/spec/Makefile 2005-01-11 16:42:03 UTC (rev 8724)
+++ trunk/theora/doc/spec/Makefile 2005-01-11 17:40:38 UTC (rev 8725)
@@ -18,7 +18,7 @@
FIG_PDFS = $(FIG_SRCS:.fig=.pdf)
# add any native-pdf figures here
-FIG_OJBS = $(FIG_PDFS)
+FIG_OBJS = $(FIG_PDFS)
Theora_I_spec.pdf : spec.pdf
$(MV) $< $@
More information about the commits
mailing list