diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2013-09-18 06:29:31 +1000 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2013-09-18 06:56:42 +1000 |
commit | 99f5a57d2aa8a04e4c7f8b96ebaa6f166b30b7f6 (patch) | |
tree | 64b89f4e598f52b1be7ccf693d08e0905f3eff26 /doc/html/images | |
parent | 943384d7c3301c1fb54096e2250db36435d3943c (diff) | |
download | flac-99f5a57d2aa8a04e4c7f8b96ebaa6f166b30b7f6.tar.gz |
Fix minor Makefile.am issues arising from 943384d7c33.
Commit 943384d7c33 removed two directories in the doc/ tree and
those directories had to be removed from the Makefile.ams one
level up.
Diffstat (limited to 'doc/html/images')
-rw-r--r-- | doc/html/images/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/html/images/Makefile.am b/doc/html/images/Makefile.am index 7c7f843f..483fd9a6 100644 --- a/doc/html/images/Makefile.am +++ b/doc/html/images/Makefile.am @@ -16,8 +16,6 @@ # restrictive of those mentioned above. See the file COPYING.Xiph in this # distribution. -SUBDIRS = hw - docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html/images doc_DATA = \ |