diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-10-23 14:35:35 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-10-23 14:35:35 +0000 |
commit | 5eba1098ee6ea3f1d4e4717118c6311d9181b4b7 (patch) | |
tree | 6da0d284d12de4da367ef20cab4b9a9e400e3fc4 /docs/reference/gdk-pixbuf/Makefile.am | |
parent | 6de35e858954b2443ce734e4c3daa58e53d55f8a (diff) | |
download | gtk+-5eba1098ee6ea3f1d4e4717118c6311d9181b4b7.tar.gz |
Fix typo
Wed Oct 18 11:01:12 2000 Owen Taylor <otaylor@redhat.com>
* gtk/Makefile.am gdk-pixbuf/Makefile.am: Fix typo
Diffstat (limited to 'docs/reference/gdk-pixbuf/Makefile.am')
-rw-r--r-- | docs/reference/gdk-pixbuf/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gdk-pixbuf/Makefile.am b/docs/reference/gdk-pixbuf/Makefile.am index 70eb077119..26da20fb38 100644 --- a/docs/reference/gdk-pixbuf/Makefile.am +++ b/docs/reference/gdk-pixbuf/Makefile.am @@ -71,7 +71,7 @@ $(tmpl_sources): $(DOC_MODULE)-decl.txt $(DOC_MODULE)-sections.txt $(DOC_MODULE) sgml/$(DOC_MODULE)-doc.bottom: $(tmpl_sources) $(DOC_MODULE)-decl.txt $(MAKE) sgml -html/index.html: sgml/$(DOC_MODULE)-doc.bottom $(DOC_MAIN_SGML_FILE) $(content_fiels) +html/index.html: sgml/$(DOC_MODULE)-doc.bottom $(DOC_MAIN_SGML_FILE) $(content_files) $(MAKE) html endif |