mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-13 04:46:15 +01:00
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
|