summaryrefslogtreecommitdiff
path: root/lib/glob
diff options
context:
space:
mode:
Diffstat (limited to 'lib/glob')
-rw-r--r--lib/glob/Makefile.in11
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/glob/Makefile.in b/lib/glob/Makefile.in
index 9f53a7b..a25b7bb 100644
--- a/lib/glob/Makefile.in
+++ b/lib/glob/Makefile.in
@@ -74,12 +74,6 @@ HSOURCES = $(srcdir)/strmatch.h
OBJECTS = glob.o strmatch.o smatch.o xmbsrtowcs.o
-# The texinfo files which document this library.
-DOCSOURCE = doc/glob.texi
-DOCOBJECT = doc/glob.dvi
-DOCSUPPORT = doc/Makefile
-DOCUMENTATION = $(DOCSOURCE) $(DOCOBJECT) $(DOCSUPPORT)
-
SUPPORT = Makefile ChangeLog $(DOCSUPPORT)
SOURCES = $(CSOURCES) $(HSOURCES) $(DOCSOURCE)
@@ -101,7 +95,7 @@ what-tar:
done
documentation: force
- -(cd doc; $(MAKE) $(MFLAGS))
+
force:
# The rule for 'includes' is written funny so that the if statement
@@ -111,14 +105,11 @@ install:
clean:
rm -f $(OBJECTS) $(LIBRARY_NAME)
- -(cd doc && $(MAKE) $(MFLAGS) $@ )
realclean distclean maintainer-clean: clean
- -( cd doc && $(MAKE) $(MFLAGS) $@ )
$(RM) -f Makefile
mostlyclean: clean
- -( cd doc && $(MAKE) $(MFLAGS) $@ )
######################################################################
# #