summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDamon Chaplin <damon@gnome.org>2004-07-23 22:41:12 +0000
committerDamon Chaplin <damon@src.gnome.org>2004-07-23 22:41:12 +0000
commit5fc5f2ad6bba199f25c50de9f8a3f0f2f9a0c980 (patch)
tree8e76895ecec7d7d6812068a50e149a6c5b8afe65 /examples
parent89853abd248d9a60456881c4f5f37e15b610420b (diff)
downloadgtk-doc-5fc5f2ad6bba199f25c50de9f8a3f0f2f9a0c980.tar.gz
add empty all-local target for when ENABLE_GTK_DOC is false. (#148209,
2004-07-23 Damon Chaplin <damon@gnome.org> * examples/Makefile.am (all-local): add empty all-local target for when ENABLE_GTK_DOC is false. (#148209, Martin Quinson)
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 5df9924..d20ecfd 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -137,6 +137,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
##############