merge from gcc
[deliverable/binutils-gdb.git] / libiberty / Makefile.in
index 393fa9fe3afe7bf499974104c4aee53e19f02e0d..f5499029696d5915a468454bfee5dff8d1edafa6 100644 (file)
@@ -172,8 +172,9 @@ TEXISRC = \
        $(srcdir)/functions.texi
 
 # Additional files that have texi snippets that need to be collected
-# and sorted.
-TEXIFILES = 
+# and sorted.  Some are here because the sources are imported from
+# elsewhere.  Others represent headers in ../include.
+TEXIFILES = fnmatch.txh
 
 libiberty.info : $(srcdir)/libiberty.texi $(TEXISRC)
        $(MAKEINFO) -I$(srcdir) $(srcdir)/libiberty.texi
@@ -257,6 +258,9 @@ maint-missing :
 maint-buildall : $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
        @true
 
+maint-undoc : $(srcdir)/functions.texi
+       @$(PERL) $(srcdir)/maint-tool -s $(srcdir) undoc
+
 # Need to deal with profiled libraries, too.
 
 # Cleaning has to be done carefully to ensure that we don't clean our SUBDIRS
This page took 0.023048 seconds and 4 git commands to generate.