Skip to content

Commit 1c4af67

Browse files
mohd-akramrofl0r
authored andcommitted
Fix paths in man page
1 parent 9240e60 commit 1c4af67

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ docs/Makefile
223223
docs/man5/Makefile
224224
docs/man5/tinyproxy.conf.txt
225225
docs/man8/Makefile
226-
docs/man8/tinyproxy.txt
227226
m4macros/Makefile
228227
tests/Makefile
229228
tests/scripts/Makefile

docs/man8/Makefile.am

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,12 @@ else
2929
@echo "*** pod2man is required to regenerate $(@) ***"; exit 1;
3030
endif
3131

32+
CLEANFILES = \
33+
tinyproxy.txt
34+
3235
MAINTAINERCLEANFILES = \
3336
$(MAN8_FILES:.txt=.8)
3437

3538
EXTRA_DIST = \
36-
$(MAN8_FILES:.txt=.8)
39+
$(MAN8_FILES:.txt=.8) \
40+
tinyproxy.txt.in

0 commit comments

Comments
 (0)