diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-03-22 18:52:58 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-23 20:48:03 -0700 |
commit | 97c7fad53dc1a8eeaad41a4a5efd5feff4e455b5 (patch) | |
tree | b861fbb16cabc0cd960546984400652d9e03fb50 /Documentation/Makefile | |
parent | 6de28ab93c7348fc674b3ecd2270372462b16398 (diff) | |
download | subsurface-97c7fad53dc1a8eeaad41a4a5efd5feff4e455b5.tar.gz |
Subsurface-mobile v3 user manual
While this is based in large parts on the existing manual, it is a fairly
substantial rewrite with mostly new screenshots.
Includes edits by Rainer Mohr.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index e2771465f..55671b09a 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 user-manual_nl mobile-manual +DOCNAMES = user-manual user-manual_es user-manual_fr user-manual_ru user-manual_nl mobile-manual mobile-manual-v3 HTMLDOCS = $(patsubst %,$(OUT)%.html,$(DOCNAMES)) TEXTDOCS = $(patsubst %,$(OUT)%.text,$(DOCNAMES)) |