tInclude md source file in dist - brcon2020_adc - my presentation for brcon2020
HTML git clone git://src.adamsgaard.dk/.brcon2020_adc
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
DIR commit 967b955fda0151ad382b76c73b96f5a04a6d283d
DIR parent acf26efb5cdeea62c3ce66db21049347180ee929
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 29 Apr 2020 08:46:17 +0200
Include md source file in dist
Diffstat:
M Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/Makefile b/Makefile
t@@ -20,8 +20,8 @@ preview: $(txt)
$(pdf): $(txt)
cat *.txt | point2pdf $(@:.pdf=)
-$(dist): $(txt)
- tar cfz $@ *.txt
+$(dist): $(txt) $(src)
+ tar cfz $@ *.txt $(src)
clean:
rm -f *.txt