aboutsummaryrefslogtreecommitdiff
path: root/winsup/doc/Makefile.in
diff options
context:
space:
mode:
authorJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2006-01-19 02:44:17 +0000
committerJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2006-01-19 02:44:17 +0000
commit96f5988e31b3f46899366e6ee95b2249ef24148f (patch)
tree95827879ada1b46ca243dc78f55a61dff573481c /winsup/doc/Makefile.in
parent79e60dfa6695cdc7b39e0c2fd644431e082e9cc5 (diff)
downloadnewlib-96f5988e31b3f46899366e6ee95b2249ef24148f.zip
newlib-96f5988e31b3f46899366e6ee95b2249ef24148f.tar.gz
newlib-96f5988e31b3f46899366e6ee95b2249ef24148f.tar.bz2
Remove references to and files from old texinfo FAQ.
Diffstat (limited to 'winsup/doc/Makefile.in')
-rw-r--r--winsup/doc/Makefile.in54
1 files changed, 0 insertions, 54 deletions
diff --git a/winsup/doc/Makefile.in b/winsup/doc/Makefile.in
index 4ecc82a..7e8e29e 100644
--- a/winsup/doc/Makefile.in
+++ b/winsup/doc/Makefile.in
@@ -13,20 +13,10 @@ VPATH = @srcdir@
SGMLDIRS = -d $(srcdir) -d $(utils_source) -d $(cygwin_source)
-# These *.info targets don't actually work, so remove them for now.
-# Put them back when we figure out what to do with them. (davisb)
-#DOC=faq.txt faq.info readme.txt readme.info
-DOC=faq.txt readme.txt
-HTMLDOC=faq0.html faq.html readme.html
-
CC:=@CC@
CC_FOR_TARGET:=@CC@
exeext:=@build_exeext@
-MAKEINFO:=makeinfo
-TEXI2DVI:=texi2dvi
-TEXI2HTML:=texi2html
-
include $(srcdir)/../Makefile.common
TOCLEAN:=faq.txt ./*.html readme.txt doctool.o doctool.exe *.junk \
@@ -77,50 +67,6 @@ faq/faq-nochunks.html :
./doctool : doctool.c
gcc -g $< -o $@
-%.dvi: %.sgml
- -db2dvi $<
-
-%.rtf: %.sgml
- -db2rtf $<
-
-%.ps: %.sgml
- -db2ps $<
-
-%.pdf: %.ps
- -ps2pdf $< $@
-
-%.info: %.texinfo
- -$(MAKEINFO) -I $(srcdir) $<
-
-%.txt: %.texinfo
- -$(MAKEINFO) -I $(srcdir) $<
-
-%.html: %.texinfo
- -$(TEXI2HTML) -I $(srcdir) $<
-
-readme.txt: $(srcdir)/readme.texinfo $(srcdir)/*.texinfo
- -$(MAKEINFO) -I$(srcdir) --no-split --no-headers $< -o - |\
- sed '/^Concept Index/,$$d' > $@
-
-#faq0.html: $(srcdir)/faq.texinfo $(srcdir)/*.texinfo
-# -rm -f faq_toc.html; \
-# for i in $(srcdir)/*.texinfo ; do \
-# sed < $$i -e 's?@file{\([fth]*p://[^}]*\)}?@strong{<A HREF="\1">\1</A>}?' \
-# -e 's?\([.+a-zA-Z0-9-]*@@[.a-zA-Z0-9-]*[a-zA-Z0-9]\)?<A HREF="mailto:\1">\1</A>?' >./`basename $$i` ; done; \
-# $(TEXI2HTML) -monolithic ./faq.texinfo; \
-# rm -f *.texinfo; \
-# sed -e 's;"faq.html;"faq0.html;g' faq.html > faq0.html; \
-# rm -f faq.html; exit 0
-#
-#faq.html: $(srcdir)/faq.texinfo $(srcdir)/*.texinfo
-# -rm -f faq_toc.html; \
-# for i in $(srcdir)/*.texinfo ; do \
-# sed < $$i -e 's?@file{\([fth]*p://[^}]*\)}?@strong{<A HREF="\1">\1</A>}?' \
-# -e 's?\([.+a-zA-Z0-9-]*@@[.a-zA-Z0-9-]*[a-zA-Z0-9]\)?<A HREF="mailto:\1">\1</A>?' >./`basename $$i` ; done; \
-# $(TEXI2HTML) -split_chapter ./faq.texinfo; \
-# rm -f *.texinfo; \
-# [ -r faq_toc.html ] && mv faq_toc.html faq.html; exit 0
-
TBFILES = cygwin-ug-net.dvi cygwin-ug-net.rtf cygwin-ug-net.ps \
cygwin-ug-net.pdf cygwin-ug-net.sgml \
cygwin-api.dvi cygwin-api.rtf cygwin-api.ps \