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