diff --git a/en/gnome/Makefile b/en/gnome/Makefile index afe2b0928d..3f05dbf7dc 100644 --- a/en/gnome/Makefile +++ b/en/gnome/Makefile @@ -1,14 +1,18 @@ # $FreeBSD$ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .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" diff --git a/en/gnome/Makefile b/en/gnome/images/Makefile similarity index 74% copy from en/gnome/Makefile copy to en/gnome/images/Makefile index afe2b0928d..39041e5c17 100644 --- a/en/gnome/Makefile +++ b/en/gnome/images/Makefile @@ -1,14 +1,13 @@ # $FreeBSD$ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif -SUBDIR= docs - -DOCS+= index.sgml screenshots.sgml contact.sgml +DATA= ss1.jpg +DATA+= ss2.png .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/gnome/Makefile b/en/gnome/patches/Makefile similarity index 74% copy from en/gnome/Makefile copy to en/gnome/patches/Makefile index afe2b0928d..4425c19247 100644 --- a/en/gnome/Makefile +++ b/en/gnome/patches/Makefile @@ -1,14 +1,13 @@ # $FreeBSD$ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif -SUBDIR= docs - -DOCS+= index.sgml screenshots.sgml contact.sgml +DATA= patch-ltmain.sh +DATA+= patch-po::Makefile.in.in .include "${WEB_PREFIX}/share/mk/web.site.mk"