summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gfx/Makefile14
-rw-r--r--gfx/man/brot.1 (renamed from gfx/brot.1)0
-rw-r--r--gfx/man/gfx.7 (renamed from gfx/gfx.7)0
-rw-r--r--gfx/man/gfxx.1 (renamed from gfx/gfxx.1)0
4 files changed, 7 insertions, 7 deletions
diff --git a/gfx/Makefile b/gfx/Makefile
index 93f04ec0..192800c5 100644
--- a/gfx/Makefile
+++ b/gfx/Makefile
@@ -2,7 +2,7 @@ GFX ?= cocoa
 PREFIX = ~/.local
 
 BINS = brot gfxx
-MAN1 = $(BINS:%=%.1)
+MAN1 = $(BINS:%=man/%.1)
 
 CFLAGS += -Wall -Wextra -Wpedantic
 LDLIBS = -lm -lz
@@ -11,9 +11,6 @@ LDLIBS_x11 = -lX11
 
 all: .gitignore tags $(BINS)
 
-.gitignore: Makefile
-	echo '*.o' tags $(BINS) | tr ' ' '\n' > .gitignore
-
 tags: *.h *.c
 	ctags -w *.h *.c
 
@@ -27,12 +24,15 @@ brot: brot.o $(GFX).o
 gfxx: gfxx.o $(GFX).o
 	$(CC) $(LDFLAGS) gfxx.o $(GFX).o $(LDLIBS) $(LDLIBS_$(GFX)) -o $@
 
-README: gfx.7
-	mandoc gfx.7 | sed $$'s/.\b//g' > README
-
 clean:
 	rm -f tags *.o $(BINS)
 
+README: man/gfx.7
+	mandoc man/gfx.7 | sed $$'s/.\b//g' > README
+
+.gitignore: Makefile
+	echo '*.o' tags $(BINS) | tr ' ' '\n' > .gitignore
+
 link:
 	mkdir -p $(PREFIX)/bin $(PREFIX)/share/man/man1
 	ln -s -f $(BINS:%=$(PWD)/%) $(PREFIX)/bin
diff --git a/gfx/brot.1 b/gfx/man/brot.1
index 71a0da01..71a0da01 100644
--- a/gfx/brot.1
+++ b/gfx/man/brot.1
diff --git a/gfx/gfx.7 b/gfx/man/gfx.7
index 6a7097f1..6a7097f1 100644
--- a/gfx/gfx.7
+++ b/gfx/man/gfx.7
diff --git a/gfx/gfxx.1 b/gfx/man/gfxx.1
index 19a25c10..19a25c10 100644
--- a/gfx/gfxx.1
+++ b/gfx/man/gfxx.1
'>Remove extended-join and invite-notifyJune McEnroe 2019-11-09Maintain stateCaps and offer them to clientsJune McEnroe 2019-11-09Parse capabilitiesJune McEnroe 2019-11-09Avoid the reserved _A names with BIT macroJune McEnroe 2019-11-09Define macro for bit flag enumsJune McEnroe 2019-11-08Check that password is hashedJune McEnroe 2019-11-08Avoid calling getopt_long again after it returns -1June McEnroe 2019-11-08Only change AWAY status for registered clientsJune McEnroe 2019-11-07Just write the example normallyJune McEnroe 2019-11-07Include path in readlinkat errorJune McEnroe 2019-11-07Call clientConsume before clientRecvJune McEnroe 2019-11-06Use -l:filename in Linux.mkJune McEnroe 2019-11-06Fix compat.h for #defined strlcpyJune McEnroe 2019-11-06Allow unsetting LIBRESSL_PREFIXJune McEnroe 2019-11-06Document calico service configurationJune McEnroe 2019-11-06Document SASL EXTERNAL configuration in more detailJune McEnroe 2019-11-06Document pounce service configurationJune McEnroe 2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe