diff options
author | Steve Brokenshire <sbrokenshire@xestia.co.uk> | 2017-02-26 21:44:17 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-03-07 23:27:31 +0100 |
commit | f5712ca277d21cc72183038c482cf2bbfe9a320a (patch) | |
tree | 4e0e1cd113cfbbd0f8af937da45f3f458d47e24f /tests | |
parent | e159fff13db40de761890aa840500b061f31a3fc (diff) |
Makefile.am: Remove distribution man pages when running 'make clean'
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index d9dbf0e15..b733e2d57 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -22,6 +22,7 @@ HTMLPAGES = testcurl.html runtests.html PDFPAGES = testcurl.pdf runtests.pdf +MANDISTPAGES = runtests.1.dist testcurl.1.dist EXTRA_DIST = ftpserver.pl httpserver.pl secureserver.pl runtests.pl getpart.pm \ FILEFORMAT README stunnel.pem memanalyze.pl testcurl.pl valgrind.pm ftp.pm \ @@ -49,7 +50,7 @@ DIST_SUBDIRS = $(SUBDIRS) $(DIST_UNIT) PERLFLAGS = -I$(srcdir) -CLEANFILES = .http.pid .https.pid .ftp.pid .ftps.pid +CLEANFILES = .http.pid .https.pid .ftp.pid .ftps.pid $(MANDISTPAGES) MAN2HTML= roffit $< >$@ |