12 lines
466 B
Text
12 lines
466 B
Text
Index: Makefile
|
|
--- Makefile.orig
|
|
+++ Makefile
|
|
@@ -95,7 +95,7 @@ echosrv: version.h echosrv-conf.c echosrv.o echosrv-co
|
|
$(CC) $(CFLAGS) $(LDFLAGS) -o echosrv echosrv.o echosrv-conf.o argtable3.o $(LIBS)
|
|
|
|
$(MAN): sslh.pod Makefile
|
|
- pod2man --section=8 --release=$(VERSION) --center=" " sslh.pod | gzip -9 - > $(MAN)
|
|
+ pod2man --section=8 --release=$(VERSION) --center=" " sslh.pod > $(MAN)
|
|
|
|
# Create release: export clean tree and tag current
|
|
# configuration
|