diff options
author | Marco Peereboom <marco@conformal.com> | 2011-07-07 17:08:13 +0000 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-07-07 17:08:13 +0000 |
commit | 294d324b38931f3f2cd26a353c4c338d9a32d7e6 (patch) | |
tree | 51782ccc56fb49c3e00e047f8db6fb5bc3fd1417 /Makefile | |
parent | 7e041265cff3de6dc82357c5e0e61083b0f15696 (diff) | |
download | xombrero-294d324b38931f3f2cd26a353c4c338d9a32d7e6.tar.gz |
catch up to new man reality; files go in man/man
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index fa6bc0a..4c8ffbd 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ GTK_LDFLAGS!= pkg-config --libs $(LIBS) CFLAGS+= $(GTK_CFLAGS) -Wall -pthread LDFLAGS+= $(GTK_LDFLAGS) -pthread -MANDIR= ${PREFIX}/man/cat +MANDIR= ${PREFIX}/man/man CLEANFILES += ${.CURDIR}/javascript.h xxxterm.cat1 |