Remove automake-generated files.
[enscript.git] / afm / Makefile.am
index 573ea0b..a4bb688 100644 (file)
@@ -20,8 +20,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.
 #
 
 default_afm = agd.afm agdo.afm agw.afm agwo.afm bkd.afm bkdi.afm       \
@@ -33,14 +33,6 @@ zcmi.afm zd.afm
 
 public_fonts = matrix.afm matrix.pfa
 
-EXTRA_DIST = font.map $(default_afm) $(public_fonts)
+afmdir = $(pkgdatadir)/afm
+dist_afm_DATA = font.map $(default_afm) $(public_fonts)
 
-install-data-local:
-       $(top_srcdir)/mkinstalldirs $(datadir)/enscript
-       $(top_srcdir)/mkinstalldirs $(datadir)/enscript/afm
-       for f in $(EXTRA_DIST); do \
-         $(INSTALL_DATA) $(srcdir)/$$f $(datadir)/enscript/afm/$$f; \
-       done
-
-uninstall-local:
-       rm -rf $(datadir)/enscript/afm