mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Fix minor Makefile.am issues arising from 943384d7c3.
Commit 943384d7c3 removed two directories in the doc/ tree and
those directories had to be removed from the Makefile.ams one
level up.
This commit is contained in:
@@ -487,8 +487,6 @@ AC_CONFIG_FILES([ \
|
|||||||
doc/Makefile \
|
doc/Makefile \
|
||||||
doc/html/Makefile \
|
doc/html/Makefile \
|
||||||
doc/html/images/Makefile \
|
doc/html/images/Makefile \
|
||||||
doc/html/images/hw/Makefile \
|
|
||||||
doc/html/ru/Makefile \
|
|
||||||
m4/Makefile \
|
m4/Makefile \
|
||||||
man/Makefile \
|
man/Makefile \
|
||||||
test/common.sh \
|
test/common.sh \
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
# restrictive of those mentioned above. See the file COPYING.Xiph in this
|
# restrictive of those mentioned above. See the file COPYING.Xiph in this
|
||||||
# distribution.
|
# distribution.
|
||||||
|
|
||||||
SUBDIRS = ru images
|
SUBDIRS = images
|
||||||
|
|
||||||
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html
|
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html
|
||||||
|
|
||||||
|
|||||||
@@ -16,8 +16,6 @@
|
|||||||
# restrictive of those mentioned above. See the file COPYING.Xiph in this
|
# restrictive of those mentioned above. See the file COPYING.Xiph in this
|
||||||
# distribution.
|
# distribution.
|
||||||
|
|
||||||
SUBDIRS = hw
|
|
||||||
|
|
||||||
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html/images
|
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html/images
|
||||||
|
|
||||||
doc_DATA = \
|
doc_DATA = \
|
||||||
|
|||||||
Reference in New Issue
Block a user