aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644
index 0000000..b27cf48
--- /dev/null
+++ b/doc/Makefile
@@ -0,0 +1,11 @@
+ifneq (,$(wildcard ../.makevars))
+ include ../.makevars
+else
+ $(error Required file ../.makevars does not exist)
+endif
+
+ltbug.html: ltbug.texi ltb1.texi ltb2.texi html.init
+ makeinfo --html --no-headers --no-split --init-file=html.init ltbug.texi
+
+publish: ltbug.html
+ scp ltbug.html $(DISTLOC)/index.html

Return to:

Send suggestions and report system problems to the System administrator.