Abstraction Layer (i.e. volume auto-mounting, troubleshooting, etc.). Link this new FAQ into the navibar, and replace our old auto-mounting question with a link to this new FAQ. While in our general FAQ, clean up the question on gnome-keyring. Reviewed by: mezz and ahze
29 lines
633 B
Makefile
29 lines
633 B
Makefile
# $FreeBSD: www/en/gnome/docs/Makefile,v 1.25 2008/03/24 05:14:07 marcus Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= faq2.sgml
|
|
DOCS+= faq28.sgml
|
|
DOCS+= faq210.sgml
|
|
DOCS+= faq212.sgml
|
|
DOCS+= faq214.sgml
|
|
DOCS+= faq216.sgml
|
|
DOCS+= faq218.sgml
|
|
DOCS+= faq220.sgml
|
|
DOCS+= faq222.sgml
|
|
DOCS+= gnome_porting.sgml
|
|
DOCS+= gnome1_porting.sgml
|
|
DOCS+= gnome2_porting.sgml
|
|
DOCS+= porting.sgml
|
|
DOCS+= bugging.sgml
|
|
DOCS+= volunteer.sgml
|
|
DOCS+= develfaq.sgml
|
|
DOCS+= example-Makefile.sgml
|
|
DOCS+= halfaq.sgml
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|