mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
$(TOPDIR), tmpl, tmpl/doxygen: Renamed subdir doctmpl to tmpl
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
14d290a986
commit
525d396d56
6 changed files with 41 additions and 1 deletions
4
tmpl/Makefile
Normal file
4
tmpl/Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
TOPDIR = ..
|
||||
|
||||
include $(TOPDIR)/make/proj.mk
|
||||
include $(MODDIR)/make/dirs.mk
|
||||
25
tmpl/doxygen/Makefile
Normal file
25
tmpl/doxygen/Makefile
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
TOPDIR = ../..
|
||||
|
||||
TMPL_SUBDIR = doxygen
|
||||
|
||||
SVG = $(TOPDIR)/htdocs/images/logo-janware/logo-janware.svg
|
||||
GENERATED_WIDTHS_PNG = 275
|
||||
|
||||
LOGO = logo.png
|
||||
|
||||
include $(TOPDIR)/make/proj.mk
|
||||
include $(MODDIR)/make/svg.mk
|
||||
|
||||
LOCAL_TMPL = $(wildcard *.html $(LOGO))
|
||||
|
||||
include $(MODDIR)/make/tmpl.mk
|
||||
|
||||
all: $(LOGO)
|
||||
clean: clean.local
|
||||
|
||||
$(LOGO): $(GENERATED_PNG)
|
||||
cp $< $@
|
||||
|
||||
clean.local:
|
||||
rm -f $(LOGO)
|
||||
|
||||
0
tmpl/doxygen/footer.html
Normal file
0
tmpl/doxygen/footer.html
Normal file
11
tmpl/doxygen/header.html
Normal file
11
tmpl/doxygen/header.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<!-- start janware generated header -->
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
<p id="de_headbar" align="right">
|
||||
<img src="logo.png">
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- end janware generated header -->
|
||||
0
tmpl/doxygen/styles.css
Normal file
0
tmpl/doxygen/styles.css
Normal file
Loading…
Add table
Add a link
Reference in a new issue