From 910e67db33dc295b73c1861a79d520b0bd527b2d Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Wed, 12 Oct 2022 22:55:21 +0200 Subject: Makefile: add xembed.1 in the dist target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1b95d15..5c8c19e 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ dist: clean @echo creating dist tarball @mkdir -p tabbed-${VERSION} @cp -R LICENSE Makefile README config.def.h config.mk \ - tabbed.1 arg.h ${SRC} tabbed-${VERSION} + tabbed.1 xembed.1 arg.h ${SRC} tabbed-${VERSION} @tar -cf tabbed-${VERSION}.tar tabbed-${VERSION} @gzip tabbed-${VERSION}.tar @rm -rf tabbed-${VERSION} -- cgit 1.4.1