2004-02-04 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
* Makefile.in: Generate monolithic faq0.html file.
This commit is contained in:
parent
b5ce07f714
commit
0d902e61d1
|
@ -1,3 +1,7 @@
|
||||||
|
|
||||||
|
2004-02-04 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
|
||||||
|
* Makefile.in: Generate monolithic faq0.html file.
|
||||||
|
|
||||||
2004-01-24 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
|
2004-01-24 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
|
||||||
* cygwinenv.sgml: Cleanup minor markup problems.
|
* cygwinenv.sgml: Cleanup minor markup problems.
|
||||||
* dll.sgml: Cleanup minor markup problems.
|
* dll.sgml: Cleanup minor markup problems.
|
||||||
|
|
|
@ -17,7 +17,7 @@ SGMLDIRS = -d $(srcdir) -d $(utils_source) -d $(cygwin_source)
|
||||||
# Put them back when we figure out what to do with them. (davisb)
|
# 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 faq.info readme.txt readme.info
|
||||||
DOC=faq.txt readme.txt
|
DOC=faq.txt readme.txt
|
||||||
HTMLDOC=faq.html readme.html
|
HTMLDOC=faq0.html faq.html readme.html
|
||||||
|
|
||||||
CC:=@CC@
|
CC:=@CC@
|
||||||
CC_FOR_TARGET:=@CC@
|
CC_FOR_TARGET:=@CC@
|
||||||
|
@ -104,6 +104,15 @@ readme.txt: $(srcdir)/readme.texinfo $(srcdir)/*.texinfo
|
||||||
-$(MAKEINFO) -I$(srcdir) --no-split --no-headers $< -o - |\
|
-$(MAKEINFO) -I$(srcdir) --no-split --no-headers $< -o - |\
|
||||||
sed '/^Concept Index/,$$d' > $@
|
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; \
|
||||||
|
[ -r faq.html ] && mv faq.html faq0.html; exit 0
|
||||||
|
|
||||||
faq.html: $(srcdir)/faq.texinfo $(srcdir)/*.texinfo
|
faq.html: $(srcdir)/faq.texinfo $(srcdir)/*.texinfo
|
||||||
-rm -f faq_toc.html; \
|
-rm -f faq_toc.html; \
|
||||||
for i in $(srcdir)/*.texinfo ; do \
|
for i in $(srcdir)/*.texinfo ; do \
|
||||||
|
|
Loading…
Reference in New Issue