8 lines
183 B
Makefile
8 lines
183 B
Makefile
mandir = @mandir@/zh_CN
|
|
|
|
EXTRA_DIST = testdisk.8.in photorec.8.in fidentify.8.in qphotorec.8.in
|
|
|
|
man_MANS = testdisk.8 photorec.8 fidentify.8
|
|
if USEQT
|
|
man_MANS += qphotorec.8
|
|
endif
|