fix man page installation.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2659 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2005-10-24 21:18:45 +00:00
parent d59e1b282b
commit b8981542fb
1 changed files with 5 additions and 4 deletions

View File

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