diff options
| author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-10-12 22:55:21 +0200 |
|---|---|---|
| committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-10-12 22:55:21 +0200 |
| commit | 910e67db33dc295b73c1861a79d520b0bd527b2d (patch) | |
| tree | 81976f24922c7f0169092cb54cb29a1fbe852e32 | |
| parent | 5ddbc73bb885cc140a19e2a2e338f3b1b89b2263 (diff) | |
| download | tabbed-910e67db33dc295b73c1861a79d520b0bd527b2d.tar.gz | |
Makefile: add xembed.1 in the dist target
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |