diff options
author | Daniel Jacobowitz <drow@false.org> | 2005-03-08 17:16:25 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2005-03-08 17:16:25 +0000 |
commit | 399132afa6e28b8cdd81b0f92aec9f723069029d (patch) | |
tree | e70c878224636d3a573570e725e173caaa780b42 /gas/doc/Makefile.in | |
parent | 664fe1be181999b0e0a87d8f01b1873dc1b9cbc7 (diff) | |
download | gdb-399132afa6e28b8cdd81b0f92aec9f723069029d.zip gdb-399132afa6e28b8cdd81b0f92aec9f723069029d.tar.gz gdb-399132afa6e28b8cdd81b0f92aec9f723069029d.tar.bz2 |
* doc/Makefile.am: Update as.info dependencies.
* aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
Diffstat (limited to 'gas/doc/Makefile.in')
-rw-r--r-- | gas/doc/Makefile.in | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index 0fcee22..4ce641c 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.9.3 from Makefile.am. +# Makefile.in generated by automake 1.9.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004 Free Software Foundation, Inc. +# 2003, 2004, 2005 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -342,14 +342,13 @@ distclean-libtool: rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \ exit 1; \ fi -$(srcdir)/as.info: as.texinfo as.pdf: as.texinfo as.html: as.texinfo .dvi.ps: $(DVIPS) -o $@ $< uninstall-info-am: - $(PRE_UNINSTALL) + @$(PRE_UNINSTALL) @if (install-info --version && \ install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ list='$(INFO_DEPS)'; \ @@ -365,7 +364,7 @@ uninstall-info-am: relfile=`echo "$$file" | sed 's|^.*/||'`; \ relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \ (if cd "$(DESTDIR)$(infodir)"; then \ - echo " rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9])"; \ + echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \ rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \ else :; fi); \ done @@ -586,7 +585,7 @@ gasver.texi: Makefile rm -f $@ echo '@set VERSION $(VERSION)' > $@ -as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS) +$(srcdir)/as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS) as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS) # We want install to imply install-info as per GNU standards, despite the |