Connect images and patches subdirs to the build.
This commit is contained in:
parent
234ef42a79
commit
2682543d9c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11733
3 changed files with 32 additions and 2 deletions
|
|
@ -7,8 +7,12 @@
|
|||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
SUBDIR= docs
|
||||
SUBDIR= docs
|
||||
SUBDIR+= images
|
||||
SUBDIR+= patches
|
||||
|
||||
DOCS+= index.sgml screenshots.sgml contact.sgml
|
||||
DOCS= index.sgml
|
||||
DOCS+= screenshots.sgml
|
||||
DOCS+= contact.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
|||
13
en/gnome/images/Makefile
Normal file
13
en/gnome/images/Makefile
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DATA= ss1.jpg
|
||||
DATA+= ss2.png
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
13
en/gnome/patches/Makefile
Normal file
13
en/gnome/patches/Makefile
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DATA= patch-ltmain.sh
|
||||
DATA+= patch-po::Makefile.in.in
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
Loading…
Add table
Add a link
Reference in a new issue