aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-05-15 18:41:30 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-05-15 18:41:30 +0200
commitdd30c99c346b0eced22843dcc139f0c4330bcba6 (patch)
tree686426da628b437c94d212e3650cf65b2c507ff7
parent2b4be20507fee93fc165a550cd0cb8f81dcad05d (diff)
downloadsdep-dd30c99c346b0eced22843dcc139f0c4330bcba6.tar.gz
sdep-dd30c99c346b0eced22843dcc139f0c4330bcba6.zip
Version 0.2
Diffstat (limited to '')
-rw-r--r--.gitignore1
-rw-r--r--Makefile3
-rw-r--r--README.md15
-rw-r--r--releases/sdep-0.2.tar.gzbin0 -> 5452 bytes
4 files changed, 15 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index cbf9070..eb7bbc3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
1sdep sdep
2sdep-*
diff --git a/Makefile b/Makefile
index 3bacdee..76da5aa 100644
--- a/Makefile
+++ b/Makefile
@@ -28,13 +28,14 @@ debug:
28 ${CC} ${CFLAGS} -o sdep sdep.c 28 ${CC} ${CFLAGS} -o sdep sdep.c
29 29
30clean: 30clean:
31 rm -rf sdep sdep-${VERSION}.tar.gz 31 rm -rf sdep
32 32
33dist: clean 33dist: clean
34 mkdir -p sdep-${VERSION} 34 mkdir -p sdep-${VERSION}
35 cp -R LICENSE Makefile README.md sdep.1 sdep.c sdep-${VERSION} 35 cp -R LICENSE Makefile README.md sdep.1 sdep.c sdep-${VERSION}
36 tar -cf sdep-${VERSION}.tar sdep-${VERSION} 36 tar -cf sdep-${VERSION}.tar sdep-${VERSION}
37 gzip sdep-${VERSION}.tar 37 gzip sdep-${VERSION}.tar
38 mv sdep-${VERSION}.tar.gz releases/
38 rm -rf sdep-${VERSION} 39 rm -rf sdep-${VERSION}
39 40
40install: all 41install: all
diff --git a/README.md b/README.md
index 9452653..df36530 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,11 @@ date(1). The dates should correspond to a unique minute in time.
20 20
21## Installation 21## Installation
22 22
23Edit the Makefile to match your local configuration and type `make 231. Either clone the repository or download the latest release version
24install`. 24 from the `releases` folder (warning: the release archive does not
25 contain the customization scripts).
262. Edit the Makefile to match your local configuration and type
27 `make install`.
25 28
26## Examples 29## Examples
27 30
@@ -101,3 +104,11 @@ For example check that the folder SDEPDATA in Makefile suits you.
101 104
102Most of the scripts rely on the `-d` option of the GNU date utility, 105Most of the scripts rely on the `-d` option of the GNU date utility,
103so you should change that too if you are on a BSD system or on MacOS. 106so you should change that too if you are on a BSD system or on MacOS.
107
108## Version history
109
110| Version | Release date | Comment |
111|:--------|:-------------|:---------------:|
112| 0.2 | 2023-05-23 | Minor fixes |
113| 0.1 | 2021-05-08 | Initial release |
114
diff --git a/releases/sdep-0.2.tar.gz b/releases/sdep-0.2.tar.gz
new file mode 100644
index 0000000..7b1b874
--- /dev/null
+++ b/releases/sdep-0.2.tar.gz
Binary files differ

Generated with cgit - Back to sebastiano.tronto.net