commit 910e67db33dc295b73c1861a79d520b0bd527b2d
Author: Hiltjo Posthuma <[email protected]>
AuthorDate: Wed Oct 12 22:55:21 2022 +0200
Commit: Hiltjo Posthuma <[email protected]>
CommitDate: Wed Oct 12 22:55:21 2022 +0200
Makefile: add xembed.1 in the dist target
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}