Browse Source

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'.
Achim Gratz 13 years ago
parent
commit
b4693de937
1 changed files with 3 additions and 2 deletions
  1. 3 2
      doc/Makefile

+ 3 - 2
doc/Makefile

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