opensc/man/Makefile.am

9 lines
186 B
Makefile

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