We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0179a41 commit 952ab6dCopy full SHA for 952ab6d
1 file changed
doc/Makefile.am
@@ -27,13 +27,17 @@ orgdoc_DATA = \
27
licensing.org \
28
gfdl.org \
29
getting-started.org \
30
+ command-line.org \
31
+ managing-the-daemon.org \
32
common-config.org
33
34
nodist_htmldoc_DATA = \
35
index.html \
36
licensing.html \
37
gfdl.html \
- getting-started.html
38
+ getting-started.html \
39
+ command-line.html \
40
+ managing-the-daemon.html
41
42
EXTRA_DIST = $(orgdoc_DATA)
43
SUFFIXES = .org .html
@@ -53,6 +57,6 @@ all-local: $(nodist_htmldoc_DATA)
53
57
CLEANFILES = $(nodist_htmldoc_DATA)
54
58
55
59
.org.html:
56
- @echo " EMACSGEN $@" && $(EMACS_BATCH) $< --eval "(org-html-export-to-html)"
60
+ @echo " EMACSGEN $@" && $(EMACS_BATCH) $< --eval "(org-html-export-to-html)" >> emacs.log 2>&1
61
62
endif
0 commit comments