Introduction
Introduction Statistics Contact Development Disclaimer Help
release v0.1 - ics2txt - convert icalendar .ics file to plain text
git clone git://bitreich.org/ics2txt git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws…
Log
Files
Refs
Tags
README
---
commit cc9fc8e92e72543aca8d35b19f0c3c614df186b4
parent d7db0e47dcfa9f3445f560d8cfebc75189e87fa4
Author: Josuah Demangeon <[email protected]>
Date: Wed, 24 Jun 2020 23:15:40 +0200
release v0.1
Diffstat:
M Makefile | 4 ++--
R ics2txt.1 -> doc/ics2txt.1 | 0
R tcal.5 -> doc/tcal.5 | 0
3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile b/Makefile
@@ -15,9 +15,9 @@ install:
mkdir -p ${DESTDIR}$(PREFIX)/bin
cp $(BIN) ${DESTDIR}$(PREFIX)/bin
mkdir -p ${DESTDIR}$(MANPREFIX)/man1
- cp *.1 ${DESTDIR}$(MANPREFIX)/man1
+ cp doc/*.1 ${DESTDIR}$(MANPREFIX)/man1
dist: clean
mkdir -p ${NAME}-${VERSION}
- cp -r README Makefile doc src ${BIN:=.c} ${NAME}-${VERSION}
+ cp -r README Makefile doc ${BIN} ${NAME}-${VERSION}
tar -cf - ${NAME}-${VERSION} | gzip -c >${NAME}-${VERSION}.tar.gz
diff --git a/ics2txt.1 b/doc/ics2txt.1
diff --git a/tcal.5 b/doc/tcal.5
You are viewing proxied material from bitreich.org. 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.