We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e854f commit 54cb21aCopy full SHA for 54cb21a
DoX/makefile
@@ -7,7 +7,7 @@ OBJECTS = FoX.html Versioning.html Compilation.html Embedding.html Standards.htm
7
8
default: FoX_DoX.html
9
ln -sf FoX.html index.html
10
- cp $(OBJECTS) FoX.html index.html DoX.css ../docs
+ cp $(OBJECTS) FoX_DoX.html index.html DoX.css ../docs
11
12
.md.html: head tail
13
sed -e 's/TITLE/$*/' head > $@; sed -e 's/|\(.*\)|/\1.html/g' $< | markdown >> $@; cat tail >> $@
0 commit comments