diff options
Diffstat (limited to 'glib-1.2.10/docs/Makefile.am')
-rw-r--r-- | glib-1.2.10/docs/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/glib-1.2.10/docs/Makefile.am b/glib-1.2.10/docs/Makefile.am new file mode 100644 index 0000000..861787d --- /dev/null +++ b/glib-1.2.10/docs/Makefile.am @@ -0,0 +1,17 @@ +## Process this file with automake to produce Makefile.in + +noinst_TEXINFOS = glib.texi + +noinst_MANS = glib-config.1 + +EXTRA_DIST = glib-config.1.in \ + glib.html \ + glib_toc.html + +glib.html glib_toc.html: + (cd $(srcdir); texi2html glib.texi) + +files: + @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \ + echo $$p; \ + done |