mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
$(TOPDIR), htdocs, htdocs/images: Add htdocs and doctmpl subdir
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e11afe1154
commit
aacb3ffc0f
5 changed files with 279 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -12,6 +12,7 @@ SUBDIRS = inst/pre \
|
||||||
devutil \
|
devutil \
|
||||||
initrd \
|
initrd \
|
||||||
doc \
|
doc \
|
||||||
|
doctmpl htdocs \
|
||||||
base \
|
base \
|
||||||
YMisc \
|
YMisc \
|
||||||
YFamily \
|
YFamily \
|
||||||
|
|
|
||||||
6
htdocs/Makefile
Normal file
6
htdocs/Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
TOPDIR = ..
|
||||||
|
|
||||||
|
include $(TOPDIR)/make/proj.mk
|
||||||
|
include $(MODDIR)/make/dirs.mk
|
||||||
|
include $(MODDIR)/make/htdocs.mk
|
||||||
|
|
||||||
6
htdocs/images/Makefile
Normal file
6
htdocs/images/Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
TOPDIR = ../..
|
||||||
|
|
||||||
|
include $(TOPDIR)/make/proj.mk
|
||||||
|
include $(MODDIR)/make/dirs.mk
|
||||||
|
include $(MODDIR)/make/htdocs.mk
|
||||||
|
|
||||||
8
htdocs/images/logo-janware/Makefile
Normal file
8
htdocs/images/logo-janware/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
TOPDIR = ../../..
|
||||||
|
|
||||||
|
GENERATED_PNG_WIDTHS =
|
||||||
|
|
||||||
|
include $(TOPDIR)/make/proj.mk
|
||||||
|
include $(MODDIR)/make/svg.mk
|
||||||
|
include $(MODDIR)/make/htdocs.mk
|
||||||
|
|
||||||
258
htdocs/images/logo-janware/logo-janware.svg
Normal file
258
htdocs/images/logo-janware/logo-janware.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 36 KiB |
Loading…
Add table
Add a link
Reference in a new issue