X-Git-Url: https://git.distorted.org.uk/~mdw/mdwfonts/blobdiff_plain/6ec4764f54f6bede8252592d4281719f994bca47..HEAD:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index f547ecb..2df5052 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -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 ---------------------------------------------------