Skip to content
Snippets Groups Projects
Commit df618e8e authored by tjc's avatar tjc
Browse files

vcf

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@14695 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent a02b6355
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ art_html_build : *.sgml *.dsl *.css
else \
mkdir art_html_build; \
fi; \
cd art_html_build; ln -sf ../*.sgml ../*.gif ../*.eps ../*.css .; \
cd art_html_build; ln -sf ../*.sgml ../*.gif ../*.png ../*.eps ../*.css .; \
$(JADE) $(JADE_PARAM) manual.sgml;\
$(JADE) -V nochunks $(JADE_PARAM) manual.sgml > artemis_manual_complete.html)
......@@ -36,7 +36,7 @@ act_html_build : *.sgml *.dsl *.css
else \
mkdir act_html_build; \
fi; \
cd act_html_build; ln -sf ../*.sgml ../*.gif ../*.eps ../*.css .; \
cd act_html_build; ln -sf ../*.sgml ../*.gif ../*.png ../*.eps ../*.css .; \
$(JADE) $(JADE_PARAM) act_manual.sgml;\
$(JADE) -V nochunks $(JADE_PARAM) act_manual.sgml > act_manual_complete.html)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment