diff options
author | Shawn Amundson <amundson@src.gnome.org> | 1998-01-21 22:41:35 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1998-01-21 22:41:35 +0000 |
commit | b2140a2322144c22fa195dce790c5130f0d4c6b7 (patch) | |
tree | 03ef63270fd2e7aa2232c16543331e36917f9906 /docs/Makefile.am | |
parent | 0b372cfb3ab0f0d19258ed35ac561bb109550183 (diff) | |
download | gtk+-b2140a2322144c22fa195dce790c5130f0d4c6b7.tar.gz |
Added FAQ to the tree in prep for others to start working on it...GTK_0_99_3
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index f4df2f3e3c..140649794a 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -2,7 +2,7 @@ info_TEXINFOS = gdk.texi gtk.texi -EXTRA_DIST = texinfo.tex macros.texi +EXTRA_DIST = texinfo.tex macros.texi Makefile.gtkfaq gtkfaq.sgml gtkfaq_fix files: @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \ |