diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-11-02 18:18:50 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-11-02 18:18:50 +0000 |
commit | 488759334492077901e3fd399d736d8fa970fbc7 (patch) | |
tree | 251137319f7026656fc6f77d39f058b0cd93f726 /docs/reference/gdk-pixbuf/Makefile.am | |
parent | aff0f173bf1938b05d6dad5792fe6c3826dfec34 (diff) | |
download | gtk+-488759334492077901e3fd399d736d8fa970fbc7.tar.gz |
Remove rules for generation of version.xml, which was causing make to
Sat Nov 2 12:46:16 2002 Owen Taylor <otaylor@redhat.com>
* gdk-pixbuf/Makefile.am: Remove rules for generation
of version.xml, which was causing make to always
rebuild the HTML file, and didn't seem to be used.
* gtk/tmpl/gtkliststore.sgml: SGML fixes.
Diffstat (limited to 'docs/reference/gdk-pixbuf/Makefile.am')
-rw-r--r-- | docs/reference/gdk-pixbuf/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/reference/gdk-pixbuf/Makefile.am b/docs/reference/gdk-pixbuf/Makefile.am index 0414ecbd3a..87db5013c3 100644 --- a/docs/reference/gdk-pixbuf/Makefile.am +++ b/docs/reference/gdk-pixbuf/Makefile.am @@ -41,18 +41,11 @@ HTML_IMAGES = # Extra SGML files that are included by DOC_MAIN_SGML_FILE content_files = \ - version.xml \ gdk-pixbuf-from-drawables.sgml \ gdk-pixbuf-rendering.sgml \ gdk-pixbuf.sgml \ porting-from-imlib.sgml -version.xml: FORCE - @date +'<!ENTITY builddate "%Y-%m-%d">' > version.xml - @echo "<!ENTITY srcversion \"@GTK_VERSION@\">" >> version.xml - -FORCE: - # Other files to distribute extra_files = |