opensc/man/Makefile.am
ludovic.rousseau e81d74ba0e use *.[1-7] instead of *.1 *.3 *.5 *.7 to avoid the (harmless) error
"ls: *.7: No such file or directory"


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2646 c6295689-39f2-0310-b995-f0e70906c6a9
2005-10-12 13:37:10 +00:00

9 lines
178 B
Makefile

# Process this file with automake to create Makefile.in
MANSRC = $(shell ls *.[1-7])
MAINTAINERCLEANFILES = Makefile.in $(MANSRC)
man_MANS = $(MANSRC)
EXTRA_DIST = $(MANSRC)