mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
c3d01e7332
Sun Oct 25 01:24:01 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GLib 1.1.4 * docs/Makefile.am: * docs/.cvsignore * docs/glib-config.1: * docs/glib.texi: Moved docs from gtk and created glib-config.1 from gtk-config.1 in gtk * configure.in: * Makefile.am: * sanity_check: added in docs directory, change rule 'release' to 'snapshot' and created a new 'release' rule for doing the distribution. Added in a 'sanity' rule. * NEWS: * README: * INSTALL: Updated for the release
21 lines
344 B
Makefile
21 lines
344 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
info_TEXINFOS = glib.texi
|
|
|
|
man_MANS = glib-config.1
|
|
|
|
EXTRA_DIST = glib-config.1 \
|
|
glib.html \
|
|
glib_toc.html
|
|
|
|
glib.html:
|
|
texi2html glib.texi
|
|
|
|
glib_toc.html:
|
|
texi2html glib.texi
|
|
|
|
files:
|
|
@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
|
|
echo $$p; \
|
|
done
|