Makefile.am (EXTRA_DIST): Remove ABOUT-NLS, THANKS and config.rpath.
[enscript.git] / states / hl / Makefile.am
index d0dd3ec..398736f 100644 (file)
@@ -19,8 +19,8 @@
 # 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, 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
 #
 
 misc = enscript.st describe_languages.st default_faces.st
@@ -40,16 +40,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 $(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