diff options
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 393fa9f..f549902 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -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 |