Skip to content

Commit 54cb21a

Browse files
committed
Add missing "all in one" html
1 parent b3e854f commit 54cb21a

File tree

2 files changed

+3943
-1
lines changed

2 files changed

+3943
-1
lines changed

DoX/makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ OBJECTS = FoX.html Versioning.html Compilation.html Embedding.html Standards.htm
77

88
default: FoX_DoX.html
99
ln -sf FoX.html index.html
10-
cp $(OBJECTS) FoX.html index.html DoX.css ../docs
10+
cp $(OBJECTS) FoX_DoX.html index.html DoX.css ../docs
1111

1212
.md.html: head tail
1313
sed -e 's/TITLE/$*/' head > $@; sed -e 's/|\(.*\)|/\1.html/g' $< | markdown >> $@; cat tail >> $@

0 commit comments

Comments
 (0)