remove man files on "make maintainer-clean".

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2582 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2005-09-12 17:32:52 +00:00
parent df30dd0cee
commit 3aa186ec88
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# Process this file with automake to create Makefile.in
MAINTAINERCLEANFILES = Makefile.in
MANSRC = $(shell ls *.1 *.3 *.5 *.7)
MAINTAINERCLEANFILES = Makefile.in $(MANSRC)
man_MANS = $(MANSRC)
EXTRA_DIST = $(MANSRC)