commit 2fca1fe364fd3a7d736be9324a353c7eb84325e1
parent 3c19d63a11a6cf3b1f58c7b3e2d0bbfa69fcfce7
Author: hhvn <dev@hhvn.uk>
Date: Sun, 8 May 2022 10:59:43 +0100
Always install misc/ programs
Diffstat:
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
@@ -80,14 +80,14 @@ misc-uninstall:
misc-clean:
cd misc/ && make clean
-install: all
+install: all misc-install
mkdir -p $(BINDIR) $(MANDIR)/man1
install -m0755 $(BIN) $(BINDIR)/$(BIN)
sed 's/COMMIT/$(COMMIT)/' \
< $(MAN) \
> $(MANDIR)/man1/`basename $(MAN)`
-uninstall:
+uninstall: misc-uninstall
-rm -f $(BINDIR)/$(BIN)
-rm -f $(MANDIR)/man1/$(MAN)
diff --git a/doc/hirc.1.footer b/doc/hirc.1.footer
@@ -27,6 +27,10 @@ so that '/unalias /command` is translated to `/alias -delete /command`
.Dl /server hlircnet /ignore -E -server ^:[^ ]* (JOIN|PART|QUIT).*
Ignore join, part and quit messages on server 'hlircnet'.
.Sh SEE ALSO
-.Xr irssi 1
+.Bl -compact -tag -width "hirc2txt()"
+.It Xr irssi 1
+.It Xr irccat 1
+.It Xr hirc2txt 1
+Displays hirc logs in a human friendly way.
.Sh AUTHOR
.An hhvn Aq Mt dev@hhvn.uk
diff --git a/misc/hirc2txt.1 b/misc/hirc2txt.1
@@ -24,6 +24,8 @@ also included with
in the
.Pa misc/
directory.
+
+There is no configuration, so changes to the format will require editing the source.
.Sh EXAMPLES
An example script for interactively selecting a log file and subsequently veiwing it is located at
.Pa misc/hirc2txt.sh