doc/Makefile.am: Fix `clean` target
authorErik de Castro Lopo <erikd@mega-nerd.com>
Thu, 12 May 2016 09:35:28 +0000 (19:35 +1000)
committerTimothy B. Terriberry <tterribe@xiph.org>
Sat, 14 May 2016 11:22:49 +0000 (04:22 -0700)
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`.

doc/Makefile.am

index 1745901..5dfbccf 100644 (file)
@@ -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)