summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2016-05-12 19:35:28 +1000
committerTimothy B. Terriberry <tterribe@xiph.org>2016-05-14 04:22:49 -0700
commitd8ffc480787fcd8b5bb7203d6e0acf3bbfb2dd02 (patch)
treed8b5f9afb787ad98d4595139df7bbc93e4f40b0a /doc
parent5bbe49dc947ea9f1532273644348c53054ca214a (diff)
downloadlibvorbis-git-d8ffc480787fcd8b5bb7203d6e0acf3bbfb2dd02.tar.gz
doc/Makefile.am: Fix `clean` target
The `doc/Vorbis_I_spec*.png` files are checked into git, but were also being incorrectly deleted during `make clean` because they were listed in `CLEANFILES`.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 17459016..5dfbccf1 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -77,7 +77,6 @@ CLEANFILES = $(SPEC_TEX:%.tex=%.aux) \
Vorbis_I_spec.lg Vorbis_I_spec.log \
Vorbis_I_spec.out Vorbis_I_spec.tmp \
Vorbis_I_spec.toc Vorbis_I_spec.xref \
- Vorbis_I_spec*.png \
zzVorbis_I_spec.ps
DISTCLEANFILES = $(built_docs)