Makefile
changeset 67 78cb29831702
parent 66 edb06d57511f
child 68 46721724e2a3
equal deleted inserted replaced
66:edb06d57511f 67:78cb29831702
    98 $(HTML_DIR)/%.html: %.rst HEADER.rst rst.css $(MAKEFILE_LIST) | $(HTML_DIR)
    98 $(HTML_DIR)/%.html: %.rst HEADER.rst rst.css $(MAKEFILE_LIST) | $(HTML_DIR)
    99 	$(RST2HTML) $(RST_FLAGS) --stylesheet=rst.css $*.rst $@
    99 	$(RST2HTML) $(RST_FLAGS) --stylesheet=rst.css $*.rst $@
   100 
   100 
   101 $(HTML_DIR)/iframe.html: $(RST_FILES) $(MAKEFILE_LIST) | $(HTML_DIR)
   101 $(HTML_DIR)/iframe.html: $(RST_FILES) $(MAKEFILE_LIST) | $(HTML_DIR)
   102 	{ \
   102 	{ \
   103 echo '<html><head><style>'; \
   103 echo '<html><head>'; \
       
   104 echo '<meta charset="utf-8">'; \
       
   105 echo '<style>'; \
   104 echo 'a { text-decoration: none; color: hsl(240, 100%, 50%); }'; \
   106 echo 'a { text-decoration: none; color: hsl(240, 100%, 50%); }'; \
   105 echo 'a:hover { opacity: .5; }'; \
   107 echo 'a:hover { opacity: .5; }'; \
   106 echo '</style></head><body>'; \
   108 echo '</style></head><body>'; \
   107 echo '<ul style="padding-left: 1em;">'; \
   109 echo '<ul style="padding-left: 1em;">'; \
   108 for f in $(sort $(RST_FILES)); do \
   110 for f in $(sort $(RST_FILES)); do \