2006-10-17 Brooks Moses <bmoses@stanford.edu>
* Makefile.def: Added pdf target handling. * Makefile.tpl: Added pdf target handling. * Makefile.in: Regenerated.
This commit is contained in:
parent
53930874cb
commit
39bbbb6969
@ -1,3 +1,9 @@
|
|||||||
|
2006-10-17 Brooks Moses <bmoses@stanford.edu>
|
||||||
|
|
||||||
|
* Makefile.def: Added pdf target handling.
|
||||||
|
* Makefile.tpl: Added pdf target handling.
|
||||||
|
* Makefile.in: Regenerated.
|
||||||
|
|
||||||
2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
|
2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* COPYING.NEWLIB: Updated.
|
* COPYING.NEWLIB: Updated.
|
||||||
|
@ -54,6 +54,7 @@ host_modules= { module= find; };
|
|||||||
host_modules= { module= fixincludes;
|
host_modules= { module= fixincludes;
|
||||||
missing= info;
|
missing= info;
|
||||||
missing= dvi;
|
missing= dvi;
|
||||||
|
missing= pdf;
|
||||||
missing= TAGS;
|
missing= TAGS;
|
||||||
missing= install-info;
|
missing= install-info;
|
||||||
missing= installcheck; };
|
missing= installcheck; };
|
||||||
@ -147,6 +148,8 @@ recursive_targets = { make_target= info;
|
|||||||
depend=configure; };
|
depend=configure; };
|
||||||
recursive_targets = { make_target= dvi;
|
recursive_targets = { make_target= dvi;
|
||||||
depend=configure; };
|
depend=configure; };
|
||||||
|
recursive_targets = { make_target= pdf;
|
||||||
|
depend=configure; };
|
||||||
recursive_targets = { make_target= html;
|
recursive_targets = { make_target= html;
|
||||||
depend=configure; };
|
depend=configure; };
|
||||||
recursive_targets = { make_target= TAGS;
|
recursive_targets = { make_target= TAGS;
|
||||||
|
2543
Makefile.in
2543
Makefile.in
File diff suppressed because it is too large
Load Diff
@ -537,12 +537,13 @@ do-[+make_target+]:
|
|||||||
|
|
||||||
# Here are the targets which correspond to the do-X targets.
|
# Here are the targets which correspond to the do-X targets.
|
||||||
|
|
||||||
.PHONY: info installcheck dvi html install-info install-html
|
.PHONY: info installcheck dvi pdf html install-info install-html
|
||||||
.PHONY: clean distclean mostlyclean maintainer-clean realclean
|
.PHONY: clean distclean mostlyclean maintainer-clean realclean
|
||||||
.PHONY: local-clean local-distclean local-maintainer-clean
|
.PHONY: local-clean local-distclean local-maintainer-clean
|
||||||
info: do-info
|
info: do-info
|
||||||
installcheck: do-installcheck
|
installcheck: do-installcheck
|
||||||
dvi: do-dvi
|
dvi: do-dvi
|
||||||
|
pdf: do-pdf
|
||||||
html: do-html
|
html: do-html
|
||||||
|
|
||||||
# Make sure makeinfo is built before we do a `make info', if we're
|
# Make sure makeinfo is built before we do a `make info', if we're
|
||||||
@ -936,7 +937,7 @@ install-[+module+]: installdirs
|
|||||||
[+ ENDIF no_install +]
|
[+ ENDIF no_install +]
|
||||||
@endif [+module+]
|
@endif [+module+]
|
||||||
|
|
||||||
# Other targets (info, dvi, etc.)
|
# Other targets (info, dvi, pdf, etc.)
|
||||||
[+ FOR recursive_targets +]
|
[+ FOR recursive_targets +]
|
||||||
.PHONY: maybe-[+make_target+]-[+module+] [+make_target+]-[+module+]
|
.PHONY: maybe-[+make_target+]-[+module+] [+make_target+]-[+module+]
|
||||||
maybe-[+make_target+]-[+module+]:
|
maybe-[+make_target+]-[+module+]:
|
||||||
@ -1044,7 +1045,7 @@ ENDIF raw_cxx +]
|
|||||||
[+ ENDIF no_install +]
|
[+ ENDIF no_install +]
|
||||||
@endif target-[+module+]
|
@endif target-[+module+]
|
||||||
|
|
||||||
# Other targets (info, dvi, etc.)
|
# Other targets (info, dvi, pdf, etc.)
|
||||||
[+ FOR recursive_targets +]
|
[+ FOR recursive_targets +]
|
||||||
.PHONY: maybe-[+make_target+]-target-[+module+] [+make_target+]-target-[+module+]
|
.PHONY: maybe-[+make_target+]-target-[+module+] [+make_target+]-target-[+module+]
|
||||||
maybe-[+make_target+]-target-[+module+]:
|
maybe-[+make_target+]-target-[+module+]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user