summaryrefslogtreecommitdiff
path: root/docs/manual/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/Makefile.am')
-rw-r--r--docs/manual/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/manual/Makefile.am b/docs/manual/Makefile.am
index 7fdbb567ff..a578d8c2e4 100644
--- a/docs/manual/Makefile.am
+++ b/docs/manual/Makefile.am
@@ -2,6 +2,8 @@
# base name of doc
DOC = manual
+# formats defined for upload.mak
+FORMATS=html ps pdf
# main xml file
MAIN = $(DOC).xml
@@ -18,6 +20,8 @@ FIG_SRC = $(notdir $(wildcard $(srcdir)/*.fig))
# get the generic docbuilding Makefile stuff
include $(srcdir)/../manuals.mak
+# get the generic upload target
+include $(srcdir)/../upload.mak
### this is standard automake stuff