SCM Repository
View of /trunk/doc/src/web/Makefile.in
Parent Directory
|
Revision Log
Revision 1358 -
(download)
(annotate)
Sun Mar 23 15:03:27 2014 UTC (4 years, 10 months ago) by jhr
File size: 582 byte(s)
Sun Mar 23 15:03:27 2014 UTC (4 years, 10 months ago) by jhr
File size: 582 byte(s)
Working on new web pages
# Makefile for SML3d web pages documentation # # COPYRIGHT (c) 2013 The SML3d Project (http://sml3d.cs.uchicago.edu) # All rights reserved. # # @configure_input@ # include @MK_DIR@/doc-rules.gmk # ASCIIDOCFLAGS_HTML = --conf-file=$(CONF_DIR)/sml3d-web.conf -b html5 --attribute=linkcss TXT_FILES = $(wildcard *.txt) HTML_FILES = $(addprefix $(DST_DIR)/,$(TXT_FILES:.txt=.html)) .PHONY: html html: $(HTML_FILES) $(DST_DIR)/%.html: %.txt $(CONF_DIR)/sml3d-web.conf $(ASCIIDOC) $(ASCIIDOCFLAGS_HTML) -o $@ $< include @MK_DIR@/clean-rules.gmk clean: rm -rf *.xml *.pdf *.html
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |