Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vecs
FIJI Public
Commits
3350e3af
Commit
3350e3af
authored
Sep 07, 2016
by
Stefan Tauner
Browse files
docs: move Doxyfile into subdir, refine makefile, use bigger logo
parent
e148471b
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
docs/Doxyfile
deleted
100644 → 0
View file @
e148471b
This diff is collapsed.
Click to expand it.
docs/Makefile
View file @
3350e3af
...
...
@@ -11,23 +11,23 @@ TRM_DIR=technical_reference_manual/
# trailing / is important below
DOXYGEN_DIR
=
doxygen/
DOXYFILE
=
Doxyfile
DOXYFILE
=
doxygen/
Doxyfile
FIJI_BIN_DIR
=
../bin
UG_MAIN
=
fiji_user_guide
TRM_MAIN
=
fiji_trm
VIEW
:=
"gnome
-open
"
VIEW
:=
xdg
-open
CWD
:=
$(
shell
pwd
)
#FIND := $(shell find)
UG_OUT
:=
$(UG_DIR)$(UG_MAIN)
.pdf
TRM_OUT
:=
$(TRM_DIR)$(TRM_MAIN)
.pdf
DOXYGEN_OUT
:=
$(DOXYGEN_DIR)
html/index.html
DOXYGEN_PREREQS
:=
$(
shell
find
$(FIJI_BIN_DIR)
'('
-iname
'*.pm'
-o
-iname
'*.pl'
'
)
'
)
../media/fiji_logo_5
0
x5
0
.png
DOXYGEN_PREREQS
:=
$(
shell
find
$(FIJI_BIN_DIR)
'('
-iname
'*.pm'
-o
-iname
'*.pl'
'
)
'
)
../media/fiji_logo_5
6
x5
6
.png
$(DOXYFILE)
all
:
view
all
:
ug trm doxygen
view
:
view-ug view-trm view-doxygen
...
...
@@ -51,17 +51,20 @@ clean-trm:
clean-doxygen
:
rm
-rf
$(DOXYGEN_DIR)
html
ug
:
$(UG_OUT)
$(UG_OUT)
:
$(MAKE)
-C
$(UG_DIR)
$(UG_MAIN)
.pdf
$(UG_DIR)$(UG_MAIN).aux
:
$(MAKE)
-C
$(UG_DIR)
fast
trm
:
$(TRM_OUT)
$(TRM_OUT)
:
$(UG_DIR)$(UG_MAIN).aux
$(MAKE)
-C
$(TRM_DIR)
$(TRM_MAIN)
.pdf
doxygen
:
$(DOXYGEN_OUT)
$(DOXYGEN_OUT)
:
$(DOXYGEN_PREREQS)
doxygen
$(DOXYFILE)
.PHONY
=
clean clean-ug clean-trm view view-ug view-trm all fast
.PHONY
=
all view view-ug view-trm view-doxygen clean clean-ug clean-trm ug trm doxygen
media/fiji_logo_50x50.png
deleted
100644 → 0
View file @
e148471b
2.73 KB
media/fiji_logo_56x56.png
0 → 100644
View file @
3350e3af
3.08 KB
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment