mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2026-01-08 16:35:30 +01:00
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@679 36d66b0a-2a48-0410-832c-cd162a569da5
14 lines
166 B
Makefile
14 lines
166 B
Makefile
EXTRA_DIST = COPYING.LGPL FAQ docs misc
|
|
SUBDIRS = \
|
|
lib \
|
|
src \
|
|
man \
|
|
python \
|
|
tests \
|
|
po
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
clean-local:
|
|
-rm -rf docs/doxygen_api_docs
|