Changeset - 760fff47042d
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-11-07 03:40:28
bkuhn@ebb.org
Add missing fn-in.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Makefile
Show inline comments
...
 
@@ -72,7 +72,7 @@ $(HTML_OUTPUT_DIR)/monolithic/$(BOOK_BASE).html: $(LATEX_INPUT_FILES) $(WEB_CONF
 
	mv ${BOOK_BASE}*js $(HTML_OUTPUT_DIR)/monolithic/js
 
	/bin/rm -f $(BOOK_BASE)*.html
 
	/bin/rm -f $(BOOK_BASE)*.js
 
	$(HTLATEX) comprehensive-gpl-guide.tex "webhacks,xhtml"
 
	$(HTLATEX) comprehensive-gpl-guide.tex "webhacks,xhtml,fn-in"
 
	mv $(BOOK_BASE)*html $(HTML_OUTPUT_DIR)/monolithic
 
	mv cm*png $(HTML_OUTPUT_DIR)/monolithic
 
	mv ${BOOK_BASE}*css $(HTML_OUTPUT_DIR)/monolithic
0 comments (0 inline, 0 general)