.mdw-build.conf: Don't try `vpath' builds with this package.
[mdwfonts] / Makefile.m4
index f547ecb..2df5052 100644 (file)
@@ -30,7 +30,7 @@ pkgdocdir = ${texmfdir}/doc/latex/${PACKAGE}
 pkgtfmdir = ${texmfdir}/fonts/tfm/${PACKAGE}
 pkgvfdir = ${texmfdir}/fonts/vf/${PACKAGE}
 pkgetxdir = ${texmfdir}/tex/fontinst/${PACKAGE}
-pkmapdir = ${texmfdir}/dvips/${PACKAGE}
+pkmapdir = ${texmfdir}/fonts/map/${PACKAGE}
 
 FONTINST = @FONTINST@
 
@@ -99,6 +99,12 @@ dist-hook::
        echo $(VERSION) >$(distdir)/RELEASE
 EXTRA_DIST += auto-version
 
+EXTRA_DIST += debian/changelog debian/control debian/copyright debian/compat
+EXTRA_DIST += debian/rules
+
+EXTRA_DIST += debian/mdwfonts.install
+EXTRA_DIST += debian/mdwfonts.docs debian/mdwfonts.maps
+
 .PHONY: dvi
 
 ##----- That's all, folks ---------------------------------------------------