Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PBKDF2 TLS TRICKS USERS Versions tcl-commands.doc twitch-tcl-commands.doc

MAN1 = man1/eggdrop.1

WEB_ROOT = $(srcdir)/html/*.html
WEB_ROOT = $(srcdir)/html/*.html $(srcdir)/html/*.js
WEB_ABOUT = $(srcdir)/html/about/*.html
WEB_INSTALL = $(srcdir)/html/install/*.html
WEB_MOD = $(srcdir)/html/modules/*.html
Expand Down Expand Up @@ -107,7 +107,7 @@ install:
fi
@if test "x`echo $(WEB_ABOUT)`" != "x$(WEB_ABOUT)"; then \
for i in `echo $(WEB_ABOUT)`; do \
$(INSTALL_DATA) $$i $(DEST)/doc/html/appendices; \
$(INSTALL_DATA) $$i $(DEST)/doc/html/about; \
done; \
fi
@if test "x`echo $(WEB_INSTALL)`" != "x$(WEB_INSTALL)"; then \
Expand Down
Loading