summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-05-21 01:07:44 +0000
committerDamon Chaplin <damon@src.gnome.org>2001-05-21 01:07:44 +0000
commit30fe8157785ba807971879021beb65b0d4874af3 (patch)
treec847a4674a23b26828695aaf9b929569b47c5f67 /examples
parent8e01574924cdd225c7a09c18976333dbf32e6cb1 (diff)
downloadgtk-doc-30fe8157785ba807971879021beb65b0d4874af3.tar.gz
replaced use of wildcard (which isn't portable) with original *.sgml. I
2001-05-20 Damon Chaplin <damon@ximian.com> * examples/Makefile.am (sgml-build.stamp): replaced use of wildcard (which isn't portable) with original *.sgml. I think this just means that the first time you try to build the docs it will fail, but if you run make again it will work. * doc/setting-up.txt: explained that make may fail the first time.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 623a33d..88f1532 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -112,7 +112,7 @@ tmpl.stamp: tmpl-build.stamp
#### sgml ####
-sgml-build.stamp: tmpl.stamp $(CFILE_GLOB) $(wildcard (srcdir)/tmpl/*.sgml)
+sgml-build.stamp: tmpl.stamp $(CFILE_GLOB) $(srcdir)/tmpl/*.sgml
@echo '*** Building SGML ***'
cd $(srcdir) && \
gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --main-sgml-file=$(DOC_MAIN_SGML_FILE) $(MKDB_OPTIONS)