diff options
author | Alexander Larsson <alexl@redhat.com> | 2000-12-08 15:00:07 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2000-12-08 15:00:07 +0000 |
commit | 3e3cc0224bf5fb10c625a43d9c9345fd557d4cf6 (patch) | |
tree | 915083a2b198574c8ba28e675c345c6fb7e0ba42 /docs/Makefile.am | |
parent | 6d0c6b792ea6dbc50adba158e99c53a88238f23c (diff) | |
download | gtk+-3e3cc0224bf5fb10c625a43d9c9345fd557d4cf6.tar.gz |
Docs, docs, anyone want docs!
2000-12-06 Alexander Larsson <alexl@redhat.com>
* docs/README.linux-fb:
* docs/Makefile.am:
Initial GtkFB docs.
* gdk/linux-fb/Makefile.am:
Define GDK_DATA_PREFIX.
* gdk/linux-fb/gdkmain-fb.c:
Fix typo.
Change default display to /dev/fb0.
* gdk/linux-fb/gdkpango-fb.c:
Add $(prefix)/share/fonts/ to font path.
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index f52b1ec318..a024adc8ed 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -17,6 +17,7 @@ EXTRA_DIST += \ text_widget.txt \ widget_system.txt \ generation.txt \ + README.linux-fb \ gtk-config.txt \ gtk-config.1.in \ gtkdocs_fix |