tMakefile: include headers in dist target - numtools - perform numerical operations on vectors and matrices in unix pipes
(HTM) git clone git://src.adamsgaard.dk/numtools
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 2399b2f0954366669edb94226a8e41a6e6785a2e
(DIR) parent cb3d088b83673ff5768b4f57db72efbc7593ed7d
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 31 Aug 2021 15:33:43 +0200
Makefile: include headers in dist target
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/Makefile b/Makefile
t@@ -88,7 +88,7 @@ uninstall:
dist:
rm -rf "${NAME}-${VERSION}"
mkdir -p "${NAME}-${VERSION}"
- cp -rf ${MAN1} ${DOC} ${BIN:=.c} ${SRC} ${COMPATSRC} ${SCRIPTS} \
+ cp -rf ${MAN1} ${DOC} ${BIN:=.c} ${SRC} ${HDR} ${COMPATSRC} ${SCRIPTS} \
Makefile "${NAME}-${VERSION}"
# make tarball
tar cf - "${NAME}-${VERSION}" | \