diff options
author | Tom Tromey <tromey@redhat.com> | 2010-11-23 14:37:26 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-11-23 14:37:26 +0000 |
commit | 5ae98d2512a3d327aed9e66fc065e010e38379f9 (patch) | |
tree | 1050c5130a911e7a1c2f4efc782a3b133ff32df3 /gdb/doc/Makefile.in | |
parent | c77912127fd71c822df5b03a3190cddd19b1dd4f (diff) | |
download | gdb-5ae98d2512a3d327aed9e66fc065e010e38379f9.zip gdb-5ae98d2512a3d327aed9e66fc065e010e38379f9.tar.gz gdb-5ae98d2512a3d327aed9e66fc065e010e38379f9.tar.bz2 |
gdb
* Makefile.in (SUBDIRS): Add doc.
* configure: Rebuild.
* configure.ac: Don't configure in doc. Create doc/Makefile.
gdb/doc
* Makefile.in (Makefile): Run ../config.status.
(distclean): Update.
* configure: Remove.
* configure.ac: Remove.
Diffstat (limited to 'gdb/doc/Makefile.in')
-rw-r--r-- | gdb/doc/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in index 3a832b5..a572f90 100644 --- a/gdb/doc/Makefile.in +++ b/gdb/doc/Makefile.in @@ -515,8 +515,8 @@ annotate/index.html: $(ANNOTATE_DOC_FILES) force: -Makefile: Makefile.in $(host_makefile_frag) config.status - $(SHELL) ./config.status +Makefile: Makefile.in $(host_makefile_frag) ../config.status + cd .. && $(SHELL) ./config.status doc/Makefile # The "least clean" level of cleaning. Get rid of files which are @@ -534,7 +534,7 @@ clean: mostlyclean rm -f gdb-cfg.texi distclean: clean - rm -f Makefile config.status config.log + rm -f Makefile # GDBvn.texi, the dvi files, the info files, and the postscript files, # are all part of the distribution, so it should not be removed by |