aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/gnome/docs/example-Makefile.sgml
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2012-07-15 10:46:37 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2012-07-15 10:46:37 +0000
commit5e40201d1919078fbd68496ac028496a94c8aeaa (patch)
treebddbafcf268514bb9464d1e00d5b4774e31c1895 /en_US.ISO8859-1/htdocs/gnome/docs/example-Makefile.sgml
parent74923b72b9aa3eeeacc3645f1a77190473d89bbc (diff)
downloaddoc-5e40201d1919078fbd68496ac028496a94c8aeaa.tar.gz
doc-5e40201d1919078fbd68496ac028496a94c8aeaa.zip
- Convert web-pages to well-formed and valid XHTML 1.0
Approved by: doceng (implicit)
Notes
Notes: svn path=/projects/sgml2xml/; revision=39213
Diffstat (limited to 'en_US.ISO8859-1/htdocs/gnome/docs/example-Makefile.sgml')
-rw-r--r--en_US.ISO8859-1/htdocs/gnome/docs/example-Makefile.sgml20
1 files changed, 11 insertions, 9 deletions
diff --git a/en_US.ISO8859-1/htdocs/gnome/docs/example-Makefile.sgml b/en_US.ISO8859-1/htdocs/gnome/docs/example-Makefile.sgml
index 2fe399af9a..7561e2806b 100644
--- a/en_US.ISO8859-1/htdocs/gnome/docs/example-Makefile.sgml
+++ b/en_US.ISO8859-1/htdocs/gnome/docs/example-Makefile.sgml
@@ -1,13 +1,16 @@
-<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
-<!ENTITY base CDATA "../..">
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
+"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
+<!ENTITY base "../..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD GNOME Project: Example GNOME Makefile">
<!ENTITY email "freebsd-gnome">
-<!ENTITY % navinclude.gnome "INCLUDE">
]>
-<html>
- &header;
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head><title>&title;</title></head>
+
+ <body class="navinclude.gnome">
<p>The following is an example Makefile for a FreeBSD GNOME port.</p>
@@ -21,11 +24,11 @@
# For this example, assume there was already a gnomeapp in the tree, and that this
# is the GTK+-2 version (i.e. gnomeapp2 versus gnomeapp).
-PORTNAME= gnomeapp2
+PORTname= gnomeapp2
PORTVERSION= &gnomever;.2
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-DISTNAME= ${PORTNAME:S/2//}-${PORTVERSION}
+DISTname= ${PORTNAME:S/2//}-${PORTVERSION}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
@@ -33,7 +36,7 @@ COMMENT= A GNOME app that does some stuff
USE_BZIP2= yes
GNU_CONFIGURE= yes # NOTE: if the port needs ltverhack, this must be
-USE_AUTOTOOLS=libtool:15
+USE_AUTOTOOLS="libtool":15
USE_GMAKE= yes # same with GNU make
# This is for i18n:
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -63,6 +66,5 @@ CONFIGURE_ARGS+= --without-gnome
.include &lt;bsd.port.post.mk&gt;
</pre>
- &footer;
</body>
</html>