|
@@ -194,6 +194,12 @@ $(DOX_PDF): $(DOX_TAG) refman.tex
|
|
|
done; \
|
|
done; \
|
|
|
mv refman.pdf ../$(DOX_PDF)
|
|
mv refman.pdf ../$(DOX_PDF)
|
|
|
|
|
|
|
|
|
|
+MAINTAINERCLEANFILES = $(DOX_TAG) \
|
|
|
|
|
+ -r \
|
|
|
|
|
+ $(DOX_HTML_DIR) \
|
|
|
|
|
+ $(DOX_LATEX_DIR) \
|
|
|
|
|
+ $(DOX_PDF)
|
|
|
|
|
+
|
|
|
# Rule to update documentation on web server. Should only be used locally.
|
|
# Rule to update documentation on web server. Should only be used locally.
|
|
|
PUBLISHHOST ?= sync
|
|
PUBLISHHOST ?= sync
|
|
|
update-web: $(DOX_PDF)
|
|
update-web: $(DOX_PDF)
|