[xiph-commits] r17827 - trunk/theora/doc/spec
giles at svn.xiph.org
giles at svn.xiph.org
Thu Feb 10 14:15:33 PST 2011
Author: giles
Date: 2011-02-10 14:15:33 -0800 (Thu, 10 Feb 2011)
New Revision: 17827
Modified:
trunk/theora/doc/spec/Makefile.am
Log:
Remove a duplicate dependency.
spec.bib was already in $(SPEC_SRCS) and doesn't need to be
listed explicitly.
Modified: trunk/theora/doc/spec/Makefile.am
===================================================================
--- trunk/theora/doc/spec/Makefile.am 2011-02-10 19:56:44 UTC (rev 17826)
+++ trunk/theora/doc/spec/Makefile.am 2011-02-10 22:15:33 UTC (rev 17827)
@@ -29,7 +29,7 @@
if BUILD_SPEC
# latex three times is the charm with references
# long tables require the .aux file to start from scratch
-Theora.pdf : $(SPEC_SRCS) $(FIG_OBJS) vp3huff.tex spec.bib
+Theora.pdf : $(SPEC_SRCS) $(FIG_OBJS) vp3huff.tex
-$(RM) spec.aux
pdflatex -interaction nonstopmode spec.tex
bibtex spec.aux
More information about the commits
mailing list