mk/server.mk: Also copy orgguide.html

* mk/server.mk (doc-up): Also copy orgguide.html.
This commit is contained in:
Bastien 2021-09-27 21:59:23 +02:00
parent 663255e25e
commit 20c3b0e436
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ doc-up: info pdf card html
$(MAKE) -C doc manual guide
$(CP) doc/org.html $(SERVROOT)
$(CP) doc/org.pdf $(SERVROOT)
$(CP) doc/orgguide.html $(SERVROOT)
$(CP) doc/orgguide.pdf $(SERVROOT)
$(CP) doc/manual/* $(SERVROOT)/manual
$(CP) doc/guide/* $(SERVROOT)/guide