Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2009-06-19 22:18:01 +0400
committerJeff Johnston <jjohnstn@redhat.com>2009-06-19 22:18:01 +0400
commita8481dca7183ece7cc8cbbfb66b3fe7af7c76df7 (patch)
treee50dd6076a07e89d3ed12513dd5d4d8b77cdbe00 /libgloss/Makefile.in
parentab9ef0fa5ffbbc48e4eb988c85cc6e07c6a14db1 (diff)
2009-06-19 Joseph Myers <joseph@codesourcery.com>
* Makefile.in (html, pdf): New. * doc/Makefile.in (html, pdf, porting.pdf, porting.html): New. * doc/porting.texi: Fix section structure.
Diffstat (limited to 'libgloss/Makefile.in')
-rw-r--r--libgloss/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgloss/Makefile.in b/libgloss/Makefile.in
index 3c496e781..24518ace1 100644
--- a/libgloss/Makefile.in
+++ b/libgloss/Makefile.in
@@ -155,7 +155,7 @@ distclean maintainer-clean realclean: clean-here
$(MAKE) DO=$@ DODIRS="$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do; \
$(MULTICLEAN) multi-clean DO=$@
-.PHONY: info install-info clean-info
+.PHONY: info install-info clean-info html pdf
subdir_do:
@rootpre=`pwd`/; export rootpre; \
srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
@@ -171,7 +171,7 @@ subdir_do:
else true; fi; \
done
-info dvi docs:
+info dvi html pdf docs:
rootpre=`pwd`/; export rootpre; \
srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
$(MAKE) DO=$@ DODIRS=doc $(FLAGS_TO_PASS) subdir_do