diff options
| author | Niklas Goby | 2011-11-23 11:29:46 +0100 |
|---|---|---|
| committer | Niklas Goby | 2011-11-23 11:29:46 +0100 |
| commit | 35e695a9fbf7a8632ff38c141372f84a86954145 (patch) | |
| tree | 87e95fc44c9e900e39a8a6ec996f40db30aee53e /doxygen/latex/Makefile | |
| parent | new comments (diff) | |
| download | fbgui-35e695a9fbf7a8632ff38c141372f84a86954145.tar.gz fbgui-35e695a9fbf7a8632ff38c141372f84a86954145.tar.xz fbgui-35e695a9fbf7a8632ff38c141372f84a86954145.zip | |
deleted the doxygen/html, /latex and /man folder and put them into to gitignore list
Diffstat (limited to 'doxygen/latex/Makefile')
| -rw-r--r-- | doxygen/latex/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/doxygen/latex/Makefile b/doxygen/latex/Makefile deleted file mode 100644 index 8b7c89a..0000000 --- a/doxygen/latex/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -all: clean refman.pdf - -pdf: refman.pdf - -refman.pdf: refman.tex - pdflatex refman.tex - makeindex refman.idx - pdflatex refman.tex - latex_count=5 ; \ - while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log && [ $$latex_count -gt 0 ] ;\ - do \ - echo "Rerunning latex...." ;\ - pdflatex refman.tex ;\ - latex_count=`expr $$latex_count - 1` ;\ - done - - -clean: - rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out refman.pdf |
