|
 |
c1ed16b |
--- a2ps-4.13/etc/a2ps_cfg.in.netscape 2005-02-02 16:22:36.000000000 +0000
|
|
 |
c1ed16b |
+++ a2ps-4.13/etc/a2ps_cfg.in 2005-02-02 16:40:06.431499603 +0000
|
|
 |
c1ed16b |
@@ -265,7 +265,8 @@
|
|
 |
c1ed16b |
@COM_PSUTILS@@COM_dvips@ fi
|
|
 |
c1ed16b |
|
|
 |
c1ed16b |
########## HTML files
|
|
 |
c1ed16b |
-# Pass HTML to Netscape, hoping that there is an Netscape running...
|
|
 |
c1ed16b |
+# Pass HTML to Mozilla, hoping that there is a Mozilla running...
|
|
 |
c1ed16b |
+# (Previously had used Netscape. Following comments refer to Netscape:)
|
|
 |
c1ed16b |
# Tricks:
|
|
 |
c1ed16b |
# 1. Netscape can't output on stdout, hence use a tmp file (#f0)
|
|
 |
c1ed16b |
# 2. openfile refuses relative paths, so prepend cwd (%d) when relative
|
|
 |
c1ed16b |
@@ -274,14 +275,14 @@
|
|
 |
c1ed16b |
# loaded page (not that of openfile). So run Netscape twice.
|
|
 |
c1ed16b |
# 4. It asks the user if s/he wants to replace an existing output file,
|
|
 |
c1ed16b |
# so rm before.
|
|
 |
c1ed16b |
-@COM_PSUTILS@Delegation: Netscape html:ps \
|
|
 |
c1ed16b |
+@COM_PSUTILS@Delegation: Mozilla html:ps \
|
|
 |
c1ed16b |
@COM_PSUTILS@ rm -f #f0; \
|
|
 |
c1ed16b |
@COM_PSUTILS@ if echo '$f' | grep '^/' >/dev/null 2>&1; then \
|
|
 |
c1ed16b |
-@COM_PSUTILS@ ${NETSCAPE:-netscape} -noraise -remote 'openfile($f)'; \
|
|
 |
c1ed16b |
+@COM_PSUTILS@ ${MOZILLA:-mozilla} -noraise -remote 'openfile($f)'; \
|
|
 |
c1ed16b |
@COM_PSUTILS@ else \
|
|
 |
c1ed16b |
-@COM_PSUTILS@ ${NETSCAPE:-netscape} -noraise -remote 'openfile(%d/$f)'; \
|
|
 |
c1ed16b |
+@COM_PSUTILS@ ${MOZILLA:-mozilla} -noraise -remote 'openfile(%d/$f)'; \
|
|
 |
c1ed16b |
@COM_PSUTILS@ fi && \
|
|
 |
c1ed16b |
-@COM_PSUTILS@ ${NETSCAPE:-netscape} -noraise -remote 'saveas(#f0,postscript)' && \
|
|
 |
c1ed16b |
+@COM_PSUTILS@ ${MOZILLA:-mozilla} -noraise -remote 'saveas(#f0,postscript)' && \
|
|
 |
c1ed16b |
@COM_PSUTILS@ #{del.psselect} #f0 | #{del.psnup}
|
|
 |
c1ed16b |
|
|
 |
c1ed16b |
########## MetaFont / MetaPost files
|