/[groff]/groff/Makefile.in
ViewVC logotype

Diff of /groff/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.76 by wlemb, Thu Jun 3 06:24:23 2004 UTC revision 1.77 by wl, Thu Oct 7 10:59:38 2004 UTC
# Line 43  revision=`sed -e 's/^0$$//' -e 's/^[1-9] Line 43  revision=`sed -e 's/^0$$//' -e 's/^[1-9]
43  # world).  # world).
44  PAGE=@PAGE@  PAGE=@PAGE@
45    
46    # The name of the ghostscript program. Normally, gs, on GNU/Linux
47    # but it might be different on cygwin systems.
48    GHOSTSCRIPT=@GHOSTSCRIPT@
49    
50  # Normally the Postscript driver, grops, produces output that conforms  # Normally the Postscript driver, grops, produces output that conforms
51  # to version 3.0 of the Adobe Document Structuring Conventions.  # to version 3.0 of the Adobe Document Structuring Conventions.
52  # Unfortunately some spoolers and previewers can't handle such output.  # Unfortunately some spoolers and previewers can't handle such output.
# Line 303  make_install_html=@make_install_html@ Line 307  make_install_html=@make_install_html@
307  # -DRETSIGTYPE=int              if signal handlers return int not void    # -DRETSIGTYPE=int              if signal handlers return int not void  
308  # -DIS_EBCDIC_HOST              if the host's encoding is EBCDIC  # -DIS_EBCDIC_HOST              if the host's encoding is EBCDIC
309  # -DPAGEA4                      if the the printer's page size is A4  # -DPAGEA4                      if the the printer's page size is A4
310    # -DGHOSTSCRIPT=gs              the name (and directory if required) of the
311    #                               ghostscript program
312  DEFINES=@DEFS@  DEFINES=@DEFS@
313    
314  # Include  # Include
# Line 400  MDEFINES= \ Line 406  MDEFINES= \
406    "OBJEXT=$(OBJEXT)" \    "OBJEXT=$(OBJEXT)" \
407    "OTHERDEVDIRS=$(OTHERDEVDIRS)" \    "OTHERDEVDIRS=$(OTHERDEVDIRS)" \
408    "PAGE=$(PAGE)" \    "PAGE=$(PAGE)" \
409      "GHOSTSCRIPT=$(GHOSTSCRIPT)" \
410    "PERLPATH=$(PERLPATH)" \    "PERLPATH=$(PERLPATH)" \
411    "PSPRINT=$(PSPRINT)" \    "PSPRINT=$(PSPRINT)" \
412    "PURIFY=$(PURIFY)" \    "PURIFY=$(PURIFY)" \
# Line 706  uninstall_dirs: Line 713  uninstall_dirs:
713            $(exampledir) $(htmldocdir) $(docdir) \            $(exampledir) $(htmldocdir) $(docdir) \
714            $(libprogramdir) $(libdir)            $(libprogramdir) $(libdir)
715    
   
716  .PHONY: check  .PHONY: check
717  check:  check:
718    

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26