Use gettext.h instead of own libintl.h include.
[enscript.git] / states / hl / Makefile.am
index c9534d0..bd489e1 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 #
 
 misc = enscript.st describe_languages.st default_faces.st
@@ -33,23 +31,14 @@ lang_overstrike.st lang_rtf.st lang_texinfo.st
 
 highlightings = ada.st asm.st awk.st bash.st c.st c_comment.st         \
 c_ppline.st c_string.st changelog.st cpp.st csh.st delphi.st diff.st   \
-diffs.st diffu.st elisp.st fortran.st fortran_pp.st haskell.st html.st \
+diffs.st diffu.st elisp.st fortran.st fortran_pp.st f90.st haskell.st html.st  \
 idl.st inf.st java.st javascript.st ksh.st m4.st mail.st makefile.st   \
 matlab.st nroff.st objc.st outline.st pascal.st passthrough.st perl.st \
 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 $(datadir)/enscript
-       $(top_srcdir)/mkinstalldirs $(datadir)/enscript/hl
-       for f in $(states); do \
-         $(INSTALL_DATA) $(srcdir)/$$f $(datadir)/enscript/hl/$$f; \
-       done
-
-uninstall-local:
-       rm -rf $(datadir)/enscript/hl
+EXTRA_DIST = ChangeLog.old
\ No newline at end of file