From 8ebc36df003f5979042beb9d46eab96b968cf5dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Fri, 12 Nov 2010 09:57:25 +0100 Subject: [PATCH] Build system: added internals documentation --- configure.ac | 1 + doc/Makefile.am | 2 +- doc/internals/Makefile.am | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 doc/internals/Makefile.am diff --git a/configure.ac b/configure.ac index 7d58b365d..d84419091 100644 --- a/configure.ac +++ b/configure.ac @@ -165,6 +165,7 @@ AC_CONFIG_FILES([Makefile doc/macroprocessor/Makefile doc/userguide/Makefile doc/parallel/Makefile + doc/internals/Makefile tests/Makefile matlab/dynare_version.m windows/dynare-version.nsi diff --git a/doc/Makefile.am b/doc/Makefile.am index b25c377ea..f0c0d3556 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = preprocessor macroprocessor userguide parallel +SUBDIRS = preprocessor macroprocessor userguide parallel internals PDF_TARGETS = diff --git a/doc/internals/Makefile.am b/doc/internals/Makefile.am new file mode 100644 index 000000000..4d3dd901b --- /dev/null +++ b/doc/internals/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = dynare-internals.org