diff options
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 |