commit 71d4bcee9a1e936512b6490df81bd47c5cb60799 from: Omar Polo date: Wed Sep 14 20:24:52 2022 UTC link the manpage commit - b8dcf4d9df2ea60f0de42ba45fe7b6ef37054440 commit + 71d4bcee9a1e936512b6490df81bd47c5cb60799 blob - 0c3fa2db9340a5f222bef82bfea91368ba5d7e8c blob + 6931872012fec8e1f700cd738e6a059795068ea1 --- Makefile +++ Makefile @@ -3,8 +3,7 @@ PROG = galileo SRCS = galileo.c config.c fcgi.c log.c parse.y proc.c proxy.c \ xmalloc.c -# XXX -NOMAN = Yes +MAN = ${PROG}.conf.5 ${PROG}.8 # debug CFLAGS += -O0 -g3