diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2017-04-12 11:20:25 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-04-12 07:46:46 -0700 |
commit | b0c69aa111f75e5119980f2ff0997f0175328c64 (patch) | |
tree | dfb1ce6f1348f0edb590072c525b796f7d1a6ec1 /Documentation | |
parent | 2d5519a35d9c4ed5969bee0025a80facfb9cd23e (diff) | |
download | subsurface-b0c69aa111f75e5119980f2ff0997f0175328c64.tar.gz |
NL: incorporate user manual in build
Add the nwe NL user manual to the build process.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 74da76ebe..e2771465f 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -7,7 +7,7 @@ # submitting patches to the user manual, only submit the changes to the .txt # file - the maintainer will recreate the .html.git file -DOCNAMES = user-manual user-manual_es user-manual_fr user-manual_ru mobile-manual +DOCNAMES = user-manual user-manual_es user-manual_fr user-manual_ru user-manual_nl mobile-manual HTMLDOCS = $(patsubst %,$(OUT)%.html,$(DOCNAMES)) TEXTDOCS = $(patsubst %,$(OUT)%.text,$(DOCNAMES)) |