Louis BECQUEY

Doc in makefile

......@@ -24,6 +24,7 @@ log_of_the_run.sh
logBadDesc.txt
gurobi.log
temp/*
test_on_RNAstrand.py
# data
data/modules/BGSU/HL/3.2/diagnostic/*
......
......@@ -36,8 +36,19 @@ $(OBJECTS): $(OBJDIR)/%.o : $(SRCDIR)/%.cpp $(INCLUDES)
$(CC) -c $(CFLAGS) $(CXXFLAGS) $< -o $@
@echo "\033[00;32mCompiled "$<".\033[00m"
doc: mainpdf supppdf
mainpdf: doc/main_bioinformatics.tex doc/references.bib doc/bioinfo.cls doc/natbib.bst
cd doc; pdflatex -synctex=1 -interaction=nonstopmode -file-line-error main_bioinformatics
cd doc; bibtex main_bioinformatics
cd doc; pdflatex -synctex=1 -interaction=nonstopmode -file-line-error main_bioinformatics
cd doc; pdflatex -synctex=1 -interaction=nonstopmode -file-line-error main_bioinformatics
supppdf: doc/supplementary_material.tex
cd doc; pdflatex -synctex=1 -interaction=nonstopmode -file-line-error supplementary_material
.PHONY: all
all: $(BINDIR)/$(TARGET)
all: $(BINDIR)/$(TARGET) doc
.PHONY: re
re: remove clean all
......@@ -45,9 +56,12 @@ re: remove clean all
.PHONY: clean
clean:
$(rm) $(OBJECTS)
$(rm) doc/supplementary_material.bbl doc/supplementary_material.blg doc/supplementary_material.synctex.gz doc/supplementary_material.log doc/supplementary_material.aux
$(rm) doc/main_bioinformatics.bbl doc/main_bioinformatics.blg doc/main_bioinformatics.synctex.gz doc/main_bioinformatics.log doc/main_bioinformatics.aux doc/OUP_First_SBk_Bot_8401-eps-converted-to.pdf
@echo "\033[00;32mCleanup completed.\033[00m"
.PHONY: remove
remove: clean
remove:
@$(rm) $(BINDIR)/$(TARGET)
@echo "\033[00;32mExecutable removed!\033[00m"
@$(rm) doc/main_bioinformatics.pdf doc/supplementary_material.pdf
@echo "\033[00;32mExecutable and docs removed!\033[00m"
......
>__'CRYSTAL_STRUCTURE_OF_A_TIGHT-BINDING_GLUTAMINE_TRNA_BOUND_TO_GLUTAMINE_AMINOACYL_TRNA_SYNTHETASE_'_(PDB_00376)
GGGGUAUCGCCAAGCGGUAAGGCACCGGAUUCUGAUUCCGGAGGUCGAGGUUCGAAUCCUCGUACCCCAGCCA
>__'GUANINE_RIBOSWITCH_U22C,_A52G_MUTANT_BOUND_TO_HYPOXANTHINE_'_(PDB_01023)
GGACAUACAAUCGCGUGGAUAUGGCACGCAAGUUUCUGCCGGGCACCGUAAAUGUCCGACUAUGUCCa
>__'SOLUTION_STRUCTURE_OF_THE_P2B-P3_PSEUDOKNOT_FROM_HUMAN_TELOMERASE_RNA_'_(PDB_00857)
GGGCUGUUUUUCUCGCUGACUUUCAGCCCCAAACAAAAAAGUCAGCA
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
......@@ -498,8 +498,7 @@
% Vol. 00\ no. 00 \@pubyear\\
% \hfill Pages \thepagerange
% }
\vspace{-2cm}
\hfill\includegraphics{fig/oxford.png}}
\hfill\includegraphics{OUP_First_SBk_Bot_8401.eps}}
\vskip2pt
\rule{415pt}{2\p@}\par%
\helvetica
......