diff options
author | fw <fw@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-31 10:47:33 +0000 |
---|---|---|
committer | fw <fw@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-31 10:47:33 +0000 |
commit | 8896af5846f0e7764cb403858a1ed7b3592fc49f (patch) | |
tree | 799fbff956dbbbf47b6527a8ac7664b795200cee /gcc/ada/Makefile.in | |
parent | b345268e5a7359a4e8873ebb62d8c198e9c6b1ee (diff) | |
download | gcc-8896af5846f0e7764cb403858a1ed7b3592fc49f.tar.gz |
2002-05-31 Florian Weimer <fw@deneb.enyo.de>
* Makefile.in, Make-lang.in: Documentation is now built in
Make-lang.in. Store Info and generated Texinfo files in the
source directory.
* gnat_ug.texi: Remove CVS keywords, correct version number.
Set file name correctly.
* gnat_ug_*.texi: Add.
* .cvsignore: Ignore generated Texinfo files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54100 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/Makefile.in')
-rw-r--r-- | gcc/ada/Makefile.in | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in index 2aa25887eea..c7bc9459a0d 100644 --- a/gcc/ada/Makefile.in +++ b/gcc/ada/Makefile.in @@ -2022,42 +2022,6 @@ b_gnatm.c : $(GNATMAKE_OBJS) $(GNATBIND) $(ADA_INCLUDES) -o b_gnatm.c gnatmake.ali b_gnatm.o : b_gnatm.c -# We remove the generated .texi files to force regeneration. -doctools/xgnatug : xgnatug.adb - -$(MKDIR) doctools - $(CP) $^ doctools - (cd doctools ; gnatmake -q xgnatug) - -rm gnat_ug_*.texi - -# We cannot list the dependency on the xgnatug binary here because we -# have to (a) use the VPATH feature, and (b) include the target flag. -gnat_ug_vms.texi : gnat_ug.texi ug_words - doctools/xgnatug vms $^ - -gnat_ug_wnt.texi : gnat_ug.texi ug_words - doctools/xgnatug wnt $^ - -gnat_ug_unx.texi : gnat_ug.texi ug_words - doctools/xgnatug unx $^ - -gnat_ug_vxw.texi : gnat_ug.texi ug_words - doctools/xgnatug vxworks $^ - -%.info : %.texi - $(MAKEINFO) -I $(srcdir)/../doc/include -o $@ $< - -%.dvi : %.texi - $(TEXI2DVI) -I $(srcdir)/../doc/include $< - -# List the dependency on the xgnatug binary explicitly (see above). -doc : doctools/xgnatug \ - gnat_ug_vms.info gnat_ug_wnt.info gnat_ug_unx.info gnat_ug_vxw.info \ - gnat_rm.info gnat-style.info - -dvi : doctools/xgnatug \ - gnat_ug_vms.dvi gnat_ug_wnt.dvi gnat_ug_unx.dvi gnat_ug_vxw.dvi \ - gnat_rm.dvi gnat-style.dvi - # force debugging information on s-tasdeb.o so that it is always # possible to set conditional breakpoints on tasks. |