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:
Achim Gratz 2012-05-10 20:53:59 +02:00 committed by Bastien Guerry
parent 03e2192b4b
commit b4693de937

View file

@ -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