Introduction
Introduction Statistics Contact Development Disclaimer Help
tMakefile: include headers in dist target - numtools - perform numerical operat…
git clone git://src.adamsgaard.dk/numtools
Log
Files
Refs
README
LICENSE
---
commit 2399b2f0954366669edb94226a8e41a6e6785a2e
parent cb3d088b83673ff5768b4f57db72efbc7593ed7d
Author: Anders Damsgaard <[email protected]>
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(-)
---
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}" | \
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.