diff options
author | Daniel Jacobowitz <drow@false.org> | 2005-04-29 14:03:55 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2005-04-29 14:03:55 +0000 |
commit | b8c449bfd0e357affc650a46e2bdcc5f6996a4ff (patch) | |
tree | 9727cbd6ccfce85287648d65cab86e0fc2aec743 /gas/doc/Makefile.am | |
parent | 2faa2958b5235c9921f25ccbb3147ca17ea3dc50 (diff) | |
download | gdb-b8c449bfd0e357affc650a46e2bdcc5f6996a4ff.zip gdb-b8c449bfd0e357affc650a46e2bdcc5f6996a4ff.tar.gz gdb-b8c449bfd0e357affc650a46e2bdcc5f6996a4ff.tar.bz2 |
bfd/
* doc/Makefile.am: Remove stamp rules. Depend on chew.c
instead of $(MKDOC).
* aclocal.m4, Makefile.in, doc/Makefile.in: Regnerated.
gas/
* doc/Makefile.am (gasver.texi): Depend on bfd/configure instead
of Makefile.
(DISTCLEANFILES): Remove.
(MAINTAINERCLEANFILES): Add asconfig.texi.
* doc/Makefile.in: Regenerated.
Diffstat (limited to 'gas/doc/Makefile.am')
-rw-r--r-- | gas/doc/Makefile.am | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index e6b8d95..3965130 100644 --- a/gas/doc/Makefile.am +++ b/gas/doc/Makefile.am @@ -58,9 +58,9 @@ CPU_DOCS = \ c-xtensa.texi \ c-z8k.texi -gasver.texi: Makefile +gasver.texi: $(srcdir)/../../bfd/configure rm -f $@ - echo '@set VERSION $(VERSION)' > $@ + eval `grep '^ *VERSION=' $<`; echo '@set VERSION $$VERSION' > $@ $(srcdir)/as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS) as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS) @@ -73,9 +73,7 @@ install-data-local: install-info noinst_TEXINFOS = internals.texi -DISTCLEANFILES = asconfig.texi - -MAINTAINERCLEANFILES = gasver.texi +MAINTAINERCLEANFILES = asconfig.texi gasver.texi BASEDIR = $(srcdir)/../.. BFDDIR = $(BASEDIR)/bfd |