URI: 
       Makefile.am - enscript - GNU Enscript
  HTML git clone git://thinkerwim.org/enscript.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       Makefile.am (1660B)
       ---
            1 #
            2 # Automakefile for the highlighting rules.
            3 # Copyright (c) 1998-2003 Markku Rossi
            4 #
            5 # Author: Markku Rossi <mtr@iki.fi>
            6 #
            7 
            8 #
            9 # Enscript is free software: you can redistribute it and/or modify
           10 # it under the terms of the GNU General Public License as published by
           11 # the Free Software Foundation, either version 3 of the License, or
           12 # (at your option) any later version.
           13 #
           14 # Enscript is distributed in the hope that it will be useful,
           15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
           16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
           17 # GNU General Public License for more details.
           18 #
           19 # You should have received a copy of the GNU General Public License
           20 #
           21 # along with Enscript.  If not, see <http://www.gnu.org/licenses/>.
           22 #
           23 
           24 misc = enscript.st describe_languages.st default_faces.st
           25 
           26 styles = style_emacs.st style_emacs_verbose.st style_ifh.st        \
           27 style_a2ps.st style_msvc.st
           28 
           29 languages = lang_ansi.st lang_enscript.st lang_html.st        \
           30 lang_overstrike.st lang_rtf.st lang_texinfo.st
           31 
           32 highlightings = ada.st asm.st awk.st bash.st c.st c_comment.st                \
           33 c_ppline.st c_string.st changelog.st cpp.st csh.st delphi.st diff.st        \
           34 diffs.st diffu.st elisp.st fortran.st fortran_pp.st f90.st haskell.st html.st        \
           35 idl.st inf.st java.st javascript.st ksh.st m4.st mail.st makefile.st        \
           36 matlab.st nroff.st objc.st outline.st pascal.st passthrough.st perl.st        \
           37 postscript.st python.st pyrex.st rfc.st scheme.st sh.st skill.st        \
           38 sql.st states.st synopsys.st tcl.st tcsh.st tex.st vba.st verilog.st        \
           39 vhdl.st vrml.st wmlscript.st zsh.st
           40 
           41 hldir = $(pkgdatadir)/hl
           42 dist_hl_DATA = $(misc) $(styles) $(languages) $(highlightings)
           43 
           44