From d0576a16ce5c3193be372bd7f7256a5193b3184d Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Fri, 7 Nov 2014 00:54:59 -0500 Subject: [PATCH] Symbolic link for index.html on monolithic install --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6739974..79503b5 100644 --- a/Makefile +++ b/Makefile @@ -112,6 +112,7 @@ install: all chmod -R oug+r $(WEB_INSTALL_DIR) find $(WEB_INSTALL_DIR) -type d -exec chmod gou+rx {} \; cd $(WEB_INSTALL_DIR); /bin/ln -sf comprehensive-gpl-guide.html index.html + cd $(WEB_INSTALL_DIR)/monolithic/; /bin/ln -sf comprehensive-gpl-guide.html index.html clean: /bin/rm -f $(BOOK_BASE).ps $(BOOK_BASE).pdf $(BOOK_BASE).log texput.log $(BOOK_BASE).lg $(BOOK_BASE).tmp $(BOOK_BASE).xref *.4ct *.4tc *.aux *.dvi $(BOOK_BASE)*.html *.idv *.lg *.tmp $(BOOK_BASE).css $(BOOK_BASE).log $(BOOK_BASE).out $(BOOK_BASE)-js.* cm*png /bin/rm -rf public_html