Skip to content

Commit 952ab6d

Browse files
build: update doc/Makefile.am
Signed-off-by: Ar Rakin <rakinar2@onesoftnet.eu.org>
1 parent 0179a41 commit 952ab6d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

doc/Makefile.am

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,17 @@ orgdoc_DATA = \
2727
licensing.org \
2828
gfdl.org \
2929
getting-started.org \
30+
command-line.org \
31+
managing-the-daemon.org \
3032
common-config.org
3133

3234
nodist_htmldoc_DATA = \
3335
index.html \
3436
licensing.html \
3537
gfdl.html \
36-
getting-started.html
38+
getting-started.html \
39+
command-line.html \
40+
managing-the-daemon.html
3741

3842
EXTRA_DIST = $(orgdoc_DATA)
3943
SUFFIXES = .org .html
@@ -53,6 +57,6 @@ all-local: $(nodist_htmldoc_DATA)
5357
CLEANFILES = $(nodist_htmldoc_DATA)
5458

5559
.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
5761

5862
endif

0 commit comments

Comments
 (0)