diff options
author | Owen Taylor <otaylor@gtk.org> | 1998-05-12 04:26:26 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-05-12 04:26:26 +0000 |
commit | e0498db3606bb312260bf2e4c7925f4708468b4c (patch) | |
tree | cb9f27c29ebaf6f0929206f59c5ef9da41c4b49b /docs/Makefile.am | |
parent | 906b1feab3311b7aa2556fccacaa57581b993d04 (diff) | |
download | gtk+-e0498db3606bb312260bf2e4c7925f4708468b4c.tar.gz |
Rewritten and hopefully improved.
Tue May 12 00:24:59 1998 Owen Taylor <otaylor@gtk.org>
* docs/gtk-config.1: Rewritten and hopefully improved.
Mon May 11 20:26:39 PDT 1998 Manish Singh <yosh@gimp.org>
* docs/Makefile.am
* docs/gtk-config.1: added man page for gtk-config by Ben Gertzfield
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index ecf1ad7c62..9ec9462c42 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -2,6 +2,8 @@ info_TEXINFOS = gdk.texi gtk.texi glib.texi +man_MANS = gtk-config.1 + EXTRA_DIST = \ texinfo.tex \ macros.texi \ @@ -19,7 +21,8 @@ EXTRA_DIST = \ widget_system.txt \ gtk_tut_packbox1.gif \ gtk_tut_packbox2.gif \ - gtk_tut_table.gif + gtk_tut_table.gif \ + gtk-config.1 |