mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-21 06:55:35 +00:00
clean up server targets in doc/Makefile and make sure they are working
* doc/Makefile: ignore errors from removing directory (may not exist), manual depends on 'org-version.inc'.
This commit is contained in:
parent
03e2192b4b
commit
b4693de937
@ -16,8 +16,9 @@ pdf: org.pdf orgguide.pdf
|
||||
card: orgcard.pdf orgcard_letter.pdf orgguide.pdf
|
||||
|
||||
manual guide::
|
||||
$(RMR) $@ ; $(MKDIR) $@
|
||||
manual:: org.texi
|
||||
-$(RMR) $@
|
||||
$(MKDIR) $@
|
||||
manual:: org.texi org-version.inc
|
||||
$(TEXI2HTML) -o $@ $<
|
||||
../UTILITIES/mansplit.pl $@/*
|
||||
guide:: orgguide.texi
|
||||
|
Loading…
Reference in New Issue
Block a user