X-Git-Url: http://git.savannah.gnu.org/gitweb/?p=enscript.git;a=blobdiff_plain;f=states%2Fhl%2FMakefile.am;h=5a5f7d73d706994831ff7e39e911d09753789e8b;hp=734989b80ebb5e58b5f7230d1a743ddc538e217f;hb=refs%2Fheads%2Fgetopt-stuff;hpb=4a40fc6bb033296c89328d72996a55dad3e347fc diff --git a/states/hl/Makefile.am b/states/hl/Makefile.am index 734989b..5a5f7d7 100644 --- a/states/hl/Makefile.am +++ b/states/hl/Makefile.am @@ -6,21 +6,19 @@ # # -# This program is free software; you can redistribute it and/or modify +# Enscript is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, +# Enscript is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # -# along with this program; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Fifth Floor, -# Boston, MA 02110-1301, USA. +# along with Enscript. If not, see . # misc = enscript.st describe_languages.st default_faces.st @@ -40,16 +38,6 @@ postscript.st python.st pyrex.st rfc.st scheme.st sh.st skill.st \ sql.st states.st synopsys.st tcl.st tcsh.st tex.st vba.st verilog.st \ vhdl.st vrml.st wmlscript.st zsh.st -states = $(misc) $(styles) $(languages) $(highlightings) +hldir = $(pkgdatadir)/hl +dist_hl_DATA = $(misc) $(styles) $(languages) $(highlightings) -EXTRA_DIST = $(states) - -install-data-local: - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir)/enscript - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir)/enscript/hl - for f in $(states); do \ - $(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(datadir)/enscript/hl/$$f; \ - done - -uninstall-local: - rm -rf $(DESTDIR)$(datadir)/enscript/hl