search for: objects_html

Displaying 4 results from an estimated 4 matches for "objects_html".

2019 Jul 09
2
Addition of a meta viewport tag to HTML manuals
...to read on mobile devices. texi2any (which generates the HTML files) is based on long-working Perl code that includes many modern HTML elements but does not include this one. A Perl one-liner in the install-html: Makefile directive in Makefile.in: install-html: installdirs @for f in $(OBJECTS_HTML); do \ if test -f $${f} ; then \ $(INSTALL_DATA) $${f} "$(DESTDIR)$(rdocdir)/manual"; \ perl -pi -e 's/\<meta name="desc/<meta name="viewport" content="width=device-width, initial-scale=1.0">\n<meta name="desc/'...
2019 Jul 18
2
Addition of a meta viewport tag to HTML manuals
...hich generates the HTML files) is based on long-working Perl code that includes many modern HTML elements but does not include this one. > > > A Perl one-liner in the install-html: Makefile directive in Makefile.in: > > > install-html: installdirs > > @for f in $(OBJECTS_HTML); do \ > > if test -f $${f} ; then \ > > $(INSTALL_DATA) $${f} "$(DESTDIR)$(rdocdir)/manual"; \ > > perl -pi -e 's/\<meta name="desc/<meta name="viewport" content="width=device-width, initial-scale=1.0">\n<meta name=&q...
2019 Jul 15
0
Addition of a meta viewport tag to HTML manuals
.... > texi2any (which generates the HTML files) is based on long-working Perl code that includes many modern HTML elements but does not include this one. > A Perl one-liner in the install-html: Makefile directive in Makefile.in: > install-html: installdirs > @for f in $(OBJECTS_HTML); do \ > if test -f $${f} ; then \ > $(INSTALL_DATA) $${f} "$(DESTDIR)$(rdocdir)/manual"; \ > perl -pi -e 's/\<meta name="desc/<meta name="viewport" content="width=device-width, initial-scale=1.0">\n<meta name="desc/'...
2019 Jul 21
0
Addition of a meta viewport tag to HTML manuals
...ates the HTML files) is based on long-working Perl code that includes many modern HTML elements but does not include this one. >> >> > A Perl one-liner in the install-html: Makefile directive in Makefile.in: >> >> > install-html: installdirs >> > @for f in $(OBJECTS_HTML); do \ >> > if test -f $${f} ; then \ >> > $(INSTALL_DATA) $${f} "$(DESTDIR)$(rdocdir)/manual"; \ >> > perl -pi -e 's/\<meta name="desc/<meta name="viewport" content="width=device-width, initial-scale=1.0">\n<meta name=&q...