diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/glob/Makefile.in | 11 | ||||
-rw-r--r-- | lib/readline/Makefile.in | 10 |
2 files changed, 1 insertions, 20 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) $@ ) ###################################################################### # # diff --git a/lib/readline/Makefile.in b/lib/readline/Makefile.in index 98169e4..5ab97b8 100644 --- a/lib/readline/Makefile.in +++ b/lib/readline/Makefile.in @@ -98,12 +98,6 @@ OBJECTS = readline.o vi_mode.o funmap.o keymaps.o parens.o search.o \ util.o kill.o undo.o macro.o input.o callback.o terminal.o \ text.o nls.o misc.o $(HISTOBJ) $(TILDEOBJ) xmalloc.o compat.o -# The texinfo files which document this library. -DOCSOURCE = doc/rlman.texinfo doc/rltech.texinfo doc/rluser.texinfo -DOCOBJECT = doc/readline.dvi -DOCSUPPORT = doc/Makefile -DOCUMENTATION = $(DOCSOURCE) $(DOCOBJECT) $(DOCSUPPORT) - SUPPORT = Makefile ChangeLog $(DOCSUPPORT) examples/[-a-z.]* SOURCES = $(CSOURCES) $(HSOURCES) $(DOCSOURCE) @@ -129,7 +123,6 @@ libhistory.a: $(HISTOBJ) xmalloc.o documentation: force test -d doc || mkdir doc - -( cd doc && $(MAKE) $(MFLAGS) ) # Since tilde.c is shared between readline and bash, make sure we compile # it with the right flags when it's built as part of readline @@ -153,13 +146,10 @@ tags: force clean: force $(RM) $(OBJECTS) *.a - -( cd doc && $(MAKE) $(MFLAGS) $@ ) mostlyclean: clean - -( cd doc && $(MAKE) $(MFLAGS) $@ ) distclean maintainer-clean: clean - -( cd doc && $(MAKE) $(MFLAGS) $@ ) $(RM) Makefile $(RM) TAGS tags |