add dummy all-local rules for the !gtk-doc case, to fix problems with some

2002-08-27  Manish Singh  <yosh@gimp.org>

        * devel-docs/lib*/Makefile.am: add dummy all-local rules for the
        !gtk-doc case, to fix problems with some automake/make combos

        * modules/Makefile.am: use lib instead of libexec to appease automake
        1.6
This commit is contained in:
Manish Singh
2002-08-27 16:38:29 +00:00
committed by Manish Singh
parent c46dedd9c5
commit e3e2b6de89
8 changed files with 23 additions and 2 deletions

View File

@ -129,6 +129,8 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
@echo '-- Fixing Crossreferences'
cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
touch html-build.stamp
else
all-local:
endif
##############