Small change to getopt stuff
[enscript.git] / states / hl / Makefile.am
index 734989b..5a5f7d7 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
@@ -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