Changeset - d0576a16ce5c
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-11-07 05:54:59
bkuhn@ebb.org
Symbolic link for index.html on monolithic install
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
Makefile
Show inline comments
...
 
@@ -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
0 comments (0 inline, 0 general)