aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2005-03-08 17:16:25 +0000
committerDaniel Jacobowitz <drow@false.org>2005-03-08 17:16:25 +0000
commit399132afa6e28b8cdd81b0f92aec9f723069029d (patch)
treee70c878224636d3a573570e725e173caaa780b42 /gas/doc
parent664fe1be181999b0e0a87d8f01b1873dc1b9cbc7 (diff)
downloadfsf-binutils-gdb-399132afa6e28b8cdd81b0f92aec9f723069029d.zip
fsf-binutils-gdb-399132afa6e28b8cdd81b0f92aec9f723069029d.tar.gz
fsf-binutils-gdb-399132afa6e28b8cdd81b0f92aec9f723069029d.tar.bz2
* doc/Makefile.am: Update as.info dependencies.
* aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/Makefile.am2
-rw-r--r--gas/doc/Makefile.in11
2 files changed, 6 insertions, 7 deletions
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am
index 610e899..e6b8d95 100644
--- a/gas/doc/Makefile.am
+++ b/gas/doc/Makefile.am
@@ -62,7 +62,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
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