1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
# Copyright (C) 2017 Yann Pouillon
#
# Top makefile for the documentation of LibPSML
#
EXTRA_DIST = \
CHANGES \
README \
pages/01_the_psml_format/01_generators/index.md \
pages/01_the_psml_format/02_clients/index.md \
pages/01_the_psml_format/databases.md \
pages/01_the_psml_format/index.md \
pages/01_the_psml_format/schema.md \
pages/02_library_user_guide/01_installation.md \
pages/02_library_user_guide/02_api/index.md \
pages/02_library_user_guide/02_api/sets.md \
pages/02_library_user_guide/index.md \
pages/03_library_developer_notes/index.md \
pages/index.md \
paper/README \
schema/README \
schema/psml.rnc
|