mirror of
https://github.com/curl/curl.git
synced 2026-08-10 18:10:54 +03:00
Makefile.am: Remove distribution man pages when running 'make clean'
This commit is contained in:
parent
e159fff13d
commit
f5712ca277
4 changed files with 12 additions and 5 deletions
|
|
@ -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 $< >$@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue