Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ docs/Makefile
docs/man5/Makefile
docs/man5/tinyproxy.conf.txt
docs/man8/Makefile
docs/man8/tinyproxy.txt
m4macros/Makefile
tests/Makefile
tests/scripts/Makefile
Expand Down
6 changes: 5 additions & 1 deletion docs/man8/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ else
@echo "*** pod2man is required to regenerate $(@) ***"; exit 1;
endif

CLEANFILES = \
tinyproxy.txt

MAINTAINERCLEANFILES = \
$(MAN8_FILES:.txt=.8)

EXTRA_DIST = \
$(MAN8_FILES:.txt=.8)
$(MAN8_FILES:.txt=.8) \
tinyproxy.txt.in