Commit ca50e2e0 authored by Dmitriy Terekhin's avatar Dmitriy Terekhin

Makefile.in changed to new indexhtml

parent d91f37c2
...@@ -47,7 +47,7 @@ graphics: ...@@ -47,7 +47,7 @@ graphics:
# product logo for ahttpd # product logo for ahttpd
cp -al images/product-logo.png ahttpd/images/product-logo.png cp -al images/product-logo.png ahttpd/images/product-logo.png
# product logo for indexhtml # product logo for indexhtml
cp -al images/product-logo.png indexhtml/images/product-logo.png # cp -al images/product-logo.png indexhtml/images/product-logo.png
# browser-qt # browser-qt
...@@ -133,6 +133,7 @@ indexhtml: ...@@ -133,6 +133,7 @@ indexhtml:
done done
install -Dpm644 /dev/null $(INDEXHTML_DIR)/index.html install -Dpm644 /dev/null $(INDEXHTML_DIR)/index.html
cp -a indexhtml/images $(INDEXHTML_DIR) cp -a indexhtml/images $(INDEXHTML_DIR)
cp -a indexhtml/fonts $(INDEXHTML_DIR)
for i in alt-docs documentation;do \ for i in alt-docs documentation;do \
ln -s /usr/share/doc/$$i $(INDEXHTML_DIR)/$$i; \ ln -s /usr/share/doc/$$i $(INDEXHTML_DIR)/$$i; \
done done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment