diff --git a/Makefile b/Makefile index f83df94..8cd2ea4 100644 --- a/Makefile +++ b/Makefile @@ -121,7 +121,9 @@ DISTDIR=libtermkey-$(VERSION) distdir: all mkdir __distdir - cp *.c *.h *.3 LICENSE __distdir + cp *.c *.h LICENSE __distdir + mkdir __distdir/man + cp man/*.[37] __distdir/man sed "s,@VERSION@,$(VERSION)," __distdir/termkey.pc.in sed "/^# DIST CUT/Q" __distdir/Makefile mv __distdir $(DISTDIR)