diff --git a/doc/DIR_MAKEFILE b/doc/DIR_MAKEFILE new file mode 100644 index 0000000..9e30426 --- /dev/null +++ b/doc/DIR_MAKEFILE @@ -0,0 +1,13 @@ +TOPTARGETS := all clean doc full central-doc + +SUBDIRS := $(wildcard */.) + +$(TOPTARGETS): $(SUBDIRS) +$(SUBDIRS): + $(MAKE) -C $@ $(MAKECMDGOALS) + +central-doc: + $(MAKE) -C $@ $(MAKECMDGOALS) + mv *.pdf .. + +.PHONY: $(TOPTARGETS) $(SUBDIRS) diff --git a/doc/DOC_MAKEFILE b/doc/DOC_MAKEFILE new file mode 100644 index 0000000..12fbda1 --- /dev/null +++ b/doc/DOC_MAKEFILE @@ -0,0 +1,11 @@ +doc: + latexmk + +full: + latexmk -gg + +clean: + latexmk -C + +central-doc: full + mv *.pdf .. diff --git a/doc/LATEXMKRC b/doc/LATEXMKRC new file mode 100644 index 0000000..31479be --- /dev/null +++ b/doc/LATEXMKRC @@ -0,0 +1,7 @@ +$makeindex = 'makeindex -s gind.ist %O -o %D %S'; +$clean_ext .= ' glo'; +$clean_ext .= ' hd'; +$clean_ext .= ' ins'; +$pdf_mode = 1; +$print='pdf'; +$pdflatex = 'pdflatex --shell-escape %O %S'; diff --git a/doc/Makefile b/doc/Makefile new file mode 120000 index 0000000..57a5fed --- /dev/null +++ b/doc/Makefile @@ -0,0 +1 @@ +DIR_MAKEFILE \ No newline at end of file diff --git a/doc/environments/Makefile b/doc/environments/Makefile new file mode 120000 index 0000000..63f6ffd --- /dev/null +++ b/doc/environments/Makefile @@ -0,0 +1 @@ +../DIR_MAKEFILE \ No newline at end of file diff --git a/doc/environments/fancythm/.latexmkrc b/doc/environments/fancythm/.latexmkrc deleted file mode 100644 index 4c81cd6..0000000 --- a/doc/environments/fancythm/.latexmkrc +++ /dev/null @@ -1,4 +0,0 @@ -$makeindex = "makeindex -s gind.ist %O -o %D %S"; -$clean_ext .= ' glo'; -$clean_ext .= ' hd'; -$clean_ext .= ' ins'; diff --git a/doc/environments/fancythm/.latexmkrc b/doc/environments/fancythm/.latexmkrc new file mode 120000 index 0000000..8d86e3a --- /dev/null +++ b/doc/environments/fancythm/.latexmkrc @@ -0,0 +1 @@ +../../LATEXMKRC \ No newline at end of file diff --git a/doc/environments/fancythm/Makefile b/doc/environments/fancythm/Makefile deleted file mode 100644 index e174370..0000000 --- a/doc/environments/fancythm/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -doc: - latexmk - -full: - latexmk -gg - -clean: - latexmk -C diff --git a/doc/environments/fancythm/Makefile b/doc/environments/fancythm/Makefile new file mode 120000 index 0000000..7038012 --- /dev/null +++ b/doc/environments/fancythm/Makefile @@ -0,0 +1 @@ +../../DOC_MAKEFILE \ No newline at end of file diff --git a/doc/environments/groupthm/.latexmkrc b/doc/environments/groupthm/.latexmkrc deleted file mode 100644 index 4c81cd6..0000000 --- a/doc/environments/groupthm/.latexmkrc +++ /dev/null @@ -1,4 +0,0 @@ -$makeindex = "makeindex -s gind.ist %O -o %D %S"; -$clean_ext .= ' glo'; -$clean_ext .= ' hd'; -$clean_ext .= ' ins'; diff --git a/doc/environments/groupthm/.latexmkrc b/doc/environments/groupthm/.latexmkrc new file mode 120000 index 0000000..8d86e3a --- /dev/null +++ b/doc/environments/groupthm/.latexmkrc @@ -0,0 +1 @@ +../../LATEXMKRC \ No newline at end of file diff --git a/doc/environments/groupthm/Makefile b/doc/environments/groupthm/Makefile deleted file mode 100644 index e174370..0000000 --- a/doc/environments/groupthm/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -doc: - latexmk - -full: - latexmk -gg - -clean: - latexmk -C diff --git a/doc/environments/groupthm/Makefile b/doc/environments/groupthm/Makefile new file mode 120000 index 0000000..7038012 --- /dev/null +++ b/doc/environments/groupthm/Makefile @@ -0,0 +1 @@ +../../DOC_MAKEFILE \ No newline at end of file diff --git a/doc/environments/refproof/.latexmkrc b/doc/environments/refproof/.latexmkrc deleted file mode 100644 index 4c81cd6..0000000 --- a/doc/environments/refproof/.latexmkrc +++ /dev/null @@ -1,4 +0,0 @@ -$makeindex = "makeindex -s gind.ist %O -o %D %S"; -$clean_ext .= ' glo'; -$clean_ext .= ' hd'; -$clean_ext .= ' ins'; diff --git a/doc/environments/refproof/.latexmkrc b/doc/environments/refproof/.latexmkrc new file mode 120000 index 0000000..8d86e3a --- /dev/null +++ b/doc/environments/refproof/.latexmkrc @@ -0,0 +1 @@ +../../LATEXMKRC \ No newline at end of file diff --git a/doc/environments/refproof/Makefile b/doc/environments/refproof/Makefile deleted file mode 100644 index e174370..0000000 --- a/doc/environments/refproof/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -doc: - latexmk - -full: - latexmk -gg - -clean: - latexmk -C diff --git a/doc/environments/refproof/Makefile b/doc/environments/refproof/Makefile new file mode 120000 index 0000000..7038012 --- /dev/null +++ b/doc/environments/refproof/Makefile @@ -0,0 +1 @@ +../../DOC_MAKEFILE \ No newline at end of file diff --git a/doc/environments/thmstyle/.latexmkrc b/doc/environments/thmstyle/.latexmkrc deleted file mode 100644 index 4c81cd6..0000000 --- a/doc/environments/thmstyle/.latexmkrc +++ /dev/null @@ -1,4 +0,0 @@ -$makeindex = "makeindex -s gind.ist %O -o %D %S"; -$clean_ext .= ' glo'; -$clean_ext .= ' hd'; -$clean_ext .= ' ins'; diff --git a/doc/environments/thmstyle/.latexmkrc b/doc/environments/thmstyle/.latexmkrc new file mode 120000 index 0000000..8d86e3a --- /dev/null +++ b/doc/environments/thmstyle/.latexmkrc @@ -0,0 +1 @@ +../../LATEXMKRC \ No newline at end of file diff --git a/doc/environments/thmstyle/Makefile b/doc/environments/thmstyle/Makefile deleted file mode 100644 index e174370..0000000 --- a/doc/environments/thmstyle/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -doc: - latexmk - -full: - latexmk -gg - -clean: - latexmk -C diff --git a/doc/environments/thmstyle/Makefile b/doc/environments/thmstyle/Makefile new file mode 120000 index 0000000..7038012 --- /dev/null +++ b/doc/environments/thmstyle/Makefile @@ -0,0 +1 @@ +../../DOC_MAKEFILE \ No newline at end of file diff --git a/doc/indexing/Makefile b/doc/indexing/Makefile new file mode 120000 index 0000000..63f6ffd --- /dev/null +++ b/doc/indexing/Makefile @@ -0,0 +1 @@ +../DIR_MAKEFILE \ No newline at end of file diff --git a/doc/indexing/symbindex/.latexmkrc b/doc/indexing/symbindex/.latexmkrc deleted file mode 100644 index 4c81cd6..0000000 --- a/doc/indexing/symbindex/.latexmkrc +++ /dev/null @@ -1,4 +0,0 @@ -$makeindex = "makeindex -s gind.ist %O -o %D %S"; -$clean_ext .= ' glo'; -$clean_ext .= ' hd'; -$clean_ext .= ' ins'; diff --git a/doc/indexing/symbindex/.latexmkrc b/doc/indexing/symbindex/.latexmkrc new file mode 120000 index 0000000..8d86e3a --- /dev/null +++ b/doc/indexing/symbindex/.latexmkrc @@ -0,0 +1 @@ +../../LATEXMKRC \ No newline at end of file diff --git a/doc/indexing/symbindex/Makefile b/doc/indexing/symbindex/Makefile deleted file mode 100644 index e174370..0000000 --- a/doc/indexing/symbindex/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -doc: - latexmk - -full: - latexmk -gg - -clean: - latexmk -C diff --git a/doc/indexing/symbindex/Makefile b/doc/indexing/symbindex/Makefile new file mode 120000 index 0000000..7038012 --- /dev/null +++ b/doc/indexing/symbindex/Makefile @@ -0,0 +1 @@ +../../DOC_MAKEFILE \ No newline at end of file diff --git a/doc/indexing/vocab/.latexmkrc b/doc/indexing/vocab/.latexmkrc deleted file mode 100644 index 4c81cd6..0000000 --- a/doc/indexing/vocab/.latexmkrc +++ /dev/null @@ -1,4 +0,0 @@ -$makeindex = "makeindex -s gind.ist %O -o %D %S"; -$clean_ext .= ' glo'; -$clean_ext .= ' hd'; -$clean_ext .= ' ins'; diff --git a/doc/indexing/vocab/.latexmkrc b/doc/indexing/vocab/.latexmkrc new file mode 120000 index 0000000..8d86e3a --- /dev/null +++ b/doc/indexing/vocab/.latexmkrc @@ -0,0 +1 @@ +../../LATEXMKRC \ No newline at end of file diff --git a/doc/indexing/vocab/Makefile b/doc/indexing/vocab/Makefile deleted file mode 100644 index e174370..0000000 --- a/doc/indexing/vocab/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -doc: - latexmk - -full: - latexmk -gg - -clean: - latexmk -C diff --git a/doc/indexing/vocab/Makefile b/doc/indexing/vocab/Makefile new file mode 120000 index 0000000..7038012 --- /dev/null +++ b/doc/indexing/vocab/Makefile @@ -0,0 +1 @@ +../../DOC_MAKEFILE \ No newline at end of file diff --git a/doc/math/Makefile b/doc/math/Makefile new file mode 120000 index 0000000..63f6ffd --- /dev/null +++ b/doc/math/Makefile @@ -0,0 +1 @@ +../DIR_MAKEFILE \ No newline at end of file diff --git a/doc/math/categories/.latexmkrc b/doc/math/categories/.latexmkrc deleted file mode 100644 index 4c81cd6..0000000 --- a/doc/math/categories/.latexmkrc +++ /dev/null @@ -1,4 +0,0 @@ -$makeindex = "makeindex -s gind.ist %O -o %D %S"; -$clean_ext .= ' glo'; -$clean_ext .= ' hd'; -$clean_ext .= ' ins'; diff --git a/doc/math/categories/.latexmkrc b/doc/math/categories/.latexmkrc new file mode 120000 index 0000000..8d86e3a --- /dev/null +++ b/doc/math/categories/.latexmkrc @@ -0,0 +1 @@ +../../LATEXMKRC \ No newline at end of file diff --git a/doc/math/categories/Makefile b/doc/math/categories/Makefile deleted file mode 100644 index e174370..0000000 --- a/doc/math/categories/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -doc: - latexmk - -full: - latexmk -gg - -clean: - latexmk -C diff --git a/doc/math/categories/Makefile b/doc/math/categories/Makefile new file mode 120000 index 0000000..7038012 --- /dev/null +++ b/doc/math/categories/Makefile @@ -0,0 +1 @@ +../../DOC_MAKEFILE \ No newline at end of file diff --git a/doc/math/faktor/.latexmkrc b/doc/math/faktor/.latexmkrc deleted file mode 100644 index 4c81cd6..0000000 --- a/doc/math/faktor/.latexmkrc +++ /dev/null @@ -1,4 +0,0 @@ -$makeindex = "makeindex -s gind.ist %O -o %D %S"; -$clean_ext .= ' glo'; -$clean_ext .= ' hd'; -$clean_ext .= ' ins'; diff --git a/doc/math/faktor/.latexmkrc b/doc/math/faktor/.latexmkrc new file mode 120000 index 0000000..8d86e3a --- /dev/null +++ b/doc/math/faktor/.latexmkrc @@ -0,0 +1 @@ +../../LATEXMKRC \ No newline at end of file diff --git a/doc/math/faktor/Makefile b/doc/math/faktor/Makefile deleted file mode 100644 index e174370..0000000 --- a/doc/math/faktor/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -doc: - latexmk - -full: - latexmk -gg - -clean: - latexmk -C diff --git a/doc/math/faktor/Makefile b/doc/math/faktor/Makefile new file mode 120000 index 0000000..7038012 --- /dev/null +++ b/doc/math/faktor/Makefile @@ -0,0 +1 @@ +../../DOC_MAKEFILE \ No newline at end of file diff --git a/doc/math/mathalias/.latexmkrc b/doc/math/mathalias/.latexmkrc deleted file mode 100644 index 4c81cd6..0000000 --- a/doc/math/mathalias/.latexmkrc +++ /dev/null @@ -1,4 +0,0 @@ -$makeindex = "makeindex -s gind.ist %O -o %D %S"; -$clean_ext .= ' glo'; -$clean_ext .= ' hd'; -$clean_ext .= ' ins'; diff --git a/doc/math/mathalias/.latexmkrc b/doc/math/mathalias/.latexmkrc new file mode 120000 index 0000000..8d86e3a --- /dev/null +++ b/doc/math/mathalias/.latexmkrc @@ -0,0 +1 @@ +../../LATEXMKRC \ No newline at end of file diff --git a/doc/math/mathalias/Makefile b/doc/math/mathalias/Makefile deleted file mode 100644 index e174370..0000000 --- a/doc/math/mathalias/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -doc: - latexmk - -full: - latexmk -gg - -clean: - latexmk -C diff --git a/doc/math/mathalias/Makefile b/doc/math/mathalias/Makefile new file mode 120000 index 0000000..7038012 --- /dev/null +++ b/doc/math/mathalias/Makefile @@ -0,0 +1 @@ +../../DOC_MAKEFILE \ No newline at end of file diff --git a/doc/math/mathfig/.latexmkrc b/doc/math/mathfig/.latexmkrc deleted file mode 100644 index 4c81cd6..0000000 --- a/doc/math/mathfig/.latexmkrc +++ /dev/null @@ -1,4 +0,0 @@ -$makeindex = "makeindex -s gind.ist %O -o %D %S"; -$clean_ext .= ' glo'; -$clean_ext .= ' hd'; -$clean_ext .= ' ins'; diff --git a/doc/math/mathfig/.latexmkrc b/doc/math/mathfig/.latexmkrc new file mode 120000 index 0000000..8d86e3a --- /dev/null +++ b/doc/math/mathfig/.latexmkrc @@ -0,0 +1 @@ +../../LATEXMKRC \ No newline at end of file diff --git a/doc/math/mathfig/Makefile b/doc/math/mathfig/Makefile deleted file mode 100644 index e174370..0000000 --- a/doc/math/mathfig/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -doc: - latexmk - -full: - latexmk -gg - -clean: - latexmk -C diff --git a/doc/math/mathfig/Makefile b/doc/math/mathfig/Makefile new file mode 120000 index 0000000..7038012 --- /dev/null +++ b/doc/math/mathfig/Makefile @@ -0,0 +1 @@ +../../DOC_MAKEFILE \ No newline at end of file diff --git a/doc/math/mathfixes/.latexmkrc b/doc/math/mathfixes/.latexmkrc deleted file mode 100644 index 4c81cd6..0000000 --- a/doc/math/mathfixes/.latexmkrc +++ /dev/null @@ -1,4 +0,0 @@ -$makeindex = "makeindex -s gind.ist %O -o %D %S"; -$clean_ext .= ' glo'; -$clean_ext .= ' hd'; -$clean_ext .= ' ins'; diff --git a/doc/math/mathfixes/.latexmkrc b/doc/math/mathfixes/.latexmkrc new file mode 120000 index 0000000..8d86e3a --- /dev/null +++ b/doc/math/mathfixes/.latexmkrc @@ -0,0 +1 @@ +../../LATEXMKRC \ No newline at end of file diff --git a/doc/math/mathfixes/Makefile b/doc/math/mathfixes/Makefile deleted file mode 100644 index e174370..0000000 --- a/doc/math/mathfixes/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -doc: - latexmk - -full: - latexmk -gg - -clean: - latexmk -C diff --git a/doc/math/mathfixes/Makefile b/doc/math/mathfixes/Makefile new file mode 120000 index 0000000..7038012 --- /dev/null +++ b/doc/math/mathfixes/Makefile @@ -0,0 +1 @@ +../../DOC_MAKEFILE \ No newline at end of file diff --git a/doc/math/mathfont/.latexmkrc b/doc/math/mathfont/.latexmkrc deleted file mode 100644 index 4c81cd6..0000000 --- a/doc/math/mathfont/.latexmkrc +++ /dev/null @@ -1,4 +0,0 @@ -$makeindex = "makeindex -s gind.ist %O -o %D %S"; -$clean_ext .= ' glo'; -$clean_ext .= ' hd'; -$clean_ext .= ' ins'; diff --git a/doc/math/mathfont/.latexmkrc b/doc/math/mathfont/.latexmkrc new file mode 120000 index 0000000..8d86e3a --- /dev/null +++ b/doc/math/mathfont/.latexmkrc @@ -0,0 +1 @@ +../../LATEXMKRC \ No newline at end of file diff --git a/doc/math/mathfont/Makefile b/doc/math/mathfont/Makefile deleted file mode 100644 index e174370..0000000 --- a/doc/math/mathfont/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -doc: - latexmk - -full: - latexmk -gg - -clean: - latexmk -C diff --git a/doc/math/mathfont/Makefile b/doc/math/mathfont/Makefile new file mode 120000 index 0000000..7038012 --- /dev/null +++ b/doc/math/mathfont/Makefile @@ -0,0 +1 @@ +../../DOC_MAKEFILE \ No newline at end of file diff --git a/doc/math/mathop/.latexmkrc b/doc/math/mathop/.latexmkrc deleted file mode 100644 index 4c81cd6..0000000 --- a/doc/math/mathop/.latexmkrc +++ /dev/null @@ -1,4 +0,0 @@ -$makeindex = "makeindex -s gind.ist %O -o %D %S"; -$clean_ext .= ' glo'; -$clean_ext .= ' hd'; -$clean_ext .= ' ins'; diff --git a/doc/math/mathop/.latexmkrc b/doc/math/mathop/.latexmkrc new file mode 120000 index 0000000..8d86e3a --- /dev/null +++ b/doc/math/mathop/.latexmkrc @@ -0,0 +1 @@ +../../LATEXMKRC \ No newline at end of file diff --git a/doc/math/mathop/Makefile b/doc/math/mathop/Makefile deleted file mode 100644 index e174370..0000000 --- a/doc/math/mathop/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -doc: - latexmk - -full: - latexmk -gg - -clean: - latexmk -C diff --git a/doc/math/mathop/Makefile b/doc/math/mathop/Makefile new file mode 120000 index 0000000..7038012 --- /dev/null +++ b/doc/math/mathop/Makefile @@ -0,0 +1 @@ +../../DOC_MAKEFILE \ No newline at end of file diff --git a/doc/math/mathsymb/.latexmkrc b/doc/math/mathsymb/.latexmkrc deleted file mode 100644 index 4c81cd6..0000000 --- a/doc/math/mathsymb/.latexmkrc +++ /dev/null @@ -1,4 +0,0 @@ -$makeindex = "makeindex -s gind.ist %O -o %D %S"; -$clean_ext .= ' glo'; -$clean_ext .= ' hd'; -$clean_ext .= ' ins'; diff --git a/doc/math/mathsymb/.latexmkrc b/doc/math/mathsymb/.latexmkrc new file mode 120000 index 0000000..8d86e3a --- /dev/null +++ b/doc/math/mathsymb/.latexmkrc @@ -0,0 +1 @@ +../../LATEXMKRC \ No newline at end of file diff --git a/doc/math/mathsymb/Makefile b/doc/math/mathsymb/Makefile deleted file mode 100644 index e174370..0000000 --- a/doc/math/mathsymb/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -doc: - latexmk - -full: - latexmk -gg - -clean: - latexmk -C diff --git a/doc/math/mathsymb/Makefile b/doc/math/mathsymb/Makefile new file mode 120000 index 0000000..7038012 --- /dev/null +++ b/doc/math/mathsymb/Makefile @@ -0,0 +1 @@ +../../DOC_MAKEFILE \ No newline at end of file diff --git a/doc/wrappers/Makefile b/doc/wrappers/Makefile new file mode 120000 index 0000000..63f6ffd --- /dev/null +++ b/doc/wrappers/Makefile @@ -0,0 +1 @@ +../DIR_MAKEFILE \ No newline at end of file diff --git a/doc/wrappers/enumerate/.latexmkrc b/doc/wrappers/enumerate/.latexmkrc deleted file mode 100644 index 4c81cd6..0000000 --- a/doc/wrappers/enumerate/.latexmkrc +++ /dev/null @@ -1,4 +0,0 @@ -$makeindex = "makeindex -s gind.ist %O -o %D %S"; -$clean_ext .= ' glo'; -$clean_ext .= ' hd'; -$clean_ext .= ' ins'; diff --git a/doc/wrappers/enumerate/.latexmkrc b/doc/wrappers/enumerate/.latexmkrc new file mode 120000 index 0000000..8d86e3a --- /dev/null +++ b/doc/wrappers/enumerate/.latexmkrc @@ -0,0 +1 @@ +../../LATEXMKRC \ No newline at end of file diff --git a/doc/wrappers/enumerate/Makefile b/doc/wrappers/enumerate/Makefile deleted file mode 100644 index e174370..0000000 --- a/doc/wrappers/enumerate/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -doc: - latexmk - -full: - latexmk -gg - -clean: - latexmk -C diff --git a/doc/wrappers/enumerate/Makefile b/doc/wrappers/enumerate/Makefile new file mode 120000 index 0000000..7038012 --- /dev/null +++ b/doc/wrappers/enumerate/Makefile @@ -0,0 +1 @@ +../../DOC_MAKEFILE \ No newline at end of file diff --git a/doc/wrappers/hypersetup/.latexmkrc b/doc/wrappers/hypersetup/.latexmkrc deleted file mode 100644 index 4c81cd6..0000000 --- a/doc/wrappers/hypersetup/.latexmkrc +++ /dev/null @@ -1,4 +0,0 @@ -$makeindex = "makeindex -s gind.ist %O -o %D %S"; -$clean_ext .= ' glo'; -$clean_ext .= ' hd'; -$clean_ext .= ' ins'; diff --git a/doc/wrappers/hypersetup/.latexmkrc b/doc/wrappers/hypersetup/.latexmkrc new file mode 120000 index 0000000..8d86e3a --- /dev/null +++ b/doc/wrappers/hypersetup/.latexmkrc @@ -0,0 +1 @@ +../../LATEXMKRC \ No newline at end of file diff --git a/doc/wrappers/hypersetup/Makefile b/doc/wrappers/hypersetup/Makefile deleted file mode 100644 index e174370..0000000 --- a/doc/wrappers/hypersetup/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -doc: - latexmk - -full: - latexmk -gg - -clean: - latexmk -C diff --git a/doc/wrappers/hypersetup/Makefile b/doc/wrappers/hypersetup/Makefile new file mode 120000 index 0000000..7038012 --- /dev/null +++ b/doc/wrappers/hypersetup/Makefile @@ -0,0 +1 @@ +../../DOC_MAKEFILE \ No newline at end of file diff --git a/doc/wrappers/incfig/.latexmkrc b/doc/wrappers/incfig/.latexmkrc deleted file mode 100644 index 4c81cd6..0000000 --- a/doc/wrappers/incfig/.latexmkrc +++ /dev/null @@ -1,4 +0,0 @@ -$makeindex = "makeindex -s gind.ist %O -o %D %S"; -$clean_ext .= ' glo'; -$clean_ext .= ' hd'; -$clean_ext .= ' ins'; diff --git a/doc/wrappers/incfig/.latexmkrc b/doc/wrappers/incfig/.latexmkrc new file mode 120000 index 0000000..8d86e3a --- /dev/null +++ b/doc/wrappers/incfig/.latexmkrc @@ -0,0 +1 @@ +../../LATEXMKRC \ No newline at end of file diff --git a/doc/wrappers/incfig/Makefile b/doc/wrappers/incfig/Makefile deleted file mode 100644 index e174370..0000000 --- a/doc/wrappers/incfig/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -doc: - latexmk - -full: - latexmk -gg - -clean: - latexmk -C diff --git a/doc/wrappers/incfig/Makefile b/doc/wrappers/incfig/Makefile new file mode 120000 index 0000000..7038012 --- /dev/null +++ b/doc/wrappers/incfig/Makefile @@ -0,0 +1 @@ +../../DOC_MAKEFILE \ No newline at end of file diff --git a/doc/wrappers/math/.latexmkrc b/doc/wrappers/math/.latexmkrc deleted file mode 100644 index 4c81cd6..0000000 --- a/doc/wrappers/math/.latexmkrc +++ /dev/null @@ -1,4 +0,0 @@ -$makeindex = "makeindex -s gind.ist %O -o %D %S"; -$clean_ext .= ' glo'; -$clean_ext .= ' hd'; -$clean_ext .= ' ins'; diff --git a/doc/wrappers/math/.latexmkrc b/doc/wrappers/math/.latexmkrc new file mode 120000 index 0000000..8d86e3a --- /dev/null +++ b/doc/wrappers/math/.latexmkrc @@ -0,0 +1 @@ +../../LATEXMKRC \ No newline at end of file diff --git a/doc/wrappers/math/Makefile b/doc/wrappers/math/Makefile deleted file mode 100644 index e174370..0000000 --- a/doc/wrappers/math/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -doc: - latexmk - -full: - latexmk -gg - -clean: - latexmk -C diff --git a/doc/wrappers/math/Makefile b/doc/wrappers/math/Makefile new file mode 120000 index 0000000..7038012 --- /dev/null +++ b/doc/wrappers/math/Makefile @@ -0,0 +1 @@ +../../DOC_MAKEFILE \ No newline at end of file diff --git a/doc/wrappers/todo/.latexmkrc b/doc/wrappers/todo/.latexmkrc deleted file mode 100644 index 4c81cd6..0000000 --- a/doc/wrappers/todo/.latexmkrc +++ /dev/null @@ -1,4 +0,0 @@ -$makeindex = "makeindex -s gind.ist %O -o %D %S"; -$clean_ext .= ' glo'; -$clean_ext .= ' hd'; -$clean_ext .= ' ins'; diff --git a/doc/wrappers/todo/.latexmkrc b/doc/wrappers/todo/.latexmkrc new file mode 120000 index 0000000..8d86e3a --- /dev/null +++ b/doc/wrappers/todo/.latexmkrc @@ -0,0 +1 @@ +../../LATEXMKRC \ No newline at end of file diff --git a/doc/wrappers/todo/Makefile b/doc/wrappers/todo/Makefile deleted file mode 100644 index e174370..0000000 --- a/doc/wrappers/todo/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -doc: - latexmk - -full: - latexmk -gg - -clean: - latexmk -C diff --git a/doc/wrappers/todo/Makefile b/doc/wrappers/todo/Makefile new file mode 120000 index 0000000..7038012 --- /dev/null +++ b/doc/wrappers/todo/Makefile @@ -0,0 +1 @@ +../../DOC_MAKEFILE \ No newline at end of file diff --git a/doc/wrappers/unicodechar/.latexmkrc b/doc/wrappers/unicodechar/.latexmkrc deleted file mode 100644 index 4c81cd6..0000000 --- a/doc/wrappers/unicodechar/.latexmkrc +++ /dev/null @@ -1,4 +0,0 @@ -$makeindex = "makeindex -s gind.ist %O -o %D %S"; -$clean_ext .= ' glo'; -$clean_ext .= ' hd'; -$clean_ext .= ' ins'; diff --git a/doc/wrappers/unicodechar/.latexmkrc b/doc/wrappers/unicodechar/.latexmkrc new file mode 120000 index 0000000..8d86e3a --- /dev/null +++ b/doc/wrappers/unicodechar/.latexmkrc @@ -0,0 +1 @@ +../../LATEXMKRC \ No newline at end of file diff --git a/doc/wrappers/unicodechar/Makefile b/doc/wrappers/unicodechar/Makefile deleted file mode 100644 index e174370..0000000 --- a/doc/wrappers/unicodechar/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -doc: - latexmk - -full: - latexmk -gg - -clean: - latexmk -C diff --git a/doc/wrappers/unicodechar/Makefile b/doc/wrappers/unicodechar/Makefile new file mode 120000 index 0000000..7038012 --- /dev/null +++ b/doc/wrappers/unicodechar/Makefile @@ -0,0 +1 @@ +../../DOC_MAKEFILE \ No newline at end of file