Changeset - d45e79218baa
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 10 years ago 2014-11-06 17:41:31
bkuhn@ebb.org
Install configuration.
1 file changed with 7 insertions and 0 deletions:
0 comments (0 inline, 0 general)
Makefile
Show inline comments
...
 
@@ -6,2 +6,6 @@ endif
 

	
 
ifndef WEB_INSTALL_DIR
 
WEB_INSTALL_DIR = /path/to/html/install/directory
 
endif
 

	
 
LATEX_INPUT_FILES = $(BOOK_BASE).tex compliance-guide.tex license-texts.tex enforcement-case-studies.tex gpl-lgpl.tex
...
 
@@ -93,2 +97,5 @@ $(BOOK_BASE).dvi: $(LATEX_INPUT_FILES) $(EPS_FIGS) ${BOOK_CLASS_FILE}
 

	
 
install: html
 
	rsync -HavP --delete $(HTML_OUTPUT_DIR)/ $(WEB_INSTALL_DIR)/
 

	
 
clean:
0 comments (0 inline, 0 general)