aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO_8859-1/articles
diff options
context:
space:
mode:
authorJohn Fieber <jfieber@FreeBSD.org>1996-09-24 17:46:04 +0000
committerJohn Fieber <jfieber@FreeBSD.org>1996-09-24 17:46:04 +0000
commitf285ed5bf873ce95f3601fe48451e440c0666ce6 (patch)
treece0b63e894154819b94525980c5ab212f700aafd /en_US.ISO_8859-1/articles
parent173d5ff9c84ca65b43ac8f80ec2e7935afc85193 (diff)
downloaddoc-f285ed5bf873ce95f3601fe48451e440c0666ce6.tar.gz
doc-f285ed5bf873ce95f3601fe48451e440c0666ce6.zip
Web pages, may I introduce you to CVS. CVS, these are the web pages.
Yes, this is supposed to be a new top level in the repository. For the moment any changes to this area must be cleared by myself or Jordan. Once the kinks are worked out, the policy will probably be relaxed.
Notes
Notes: svn path=/head/; revision=543
Diffstat (limited to 'en_US.ISO_8859-1/articles')
-rw-r--r--en_US.ISO_8859-1/articles/fonts/Makefile6
-rw-r--r--en_US.ISO_8859-1/articles/mh/Makefile6
-rw-r--r--en_US.ISO_8859-1/articles/multi-os/Makefile6
-rw-r--r--en_US.ISO_8859-1/articles/new-users/Makefile5
-rw-r--r--en_US.ISO_8859-1/articles/programming-tools/Makefile6
5 files changed, 29 insertions, 0 deletions
diff --git a/en_US.ISO_8859-1/articles/fonts/Makefile b/en_US.ISO_8859-1/articles/fonts/Makefile
new file mode 100644
index 0000000000..1778c80e93
--- /dev/null
+++ b/en_US.ISO_8859-1/articles/fonts/Makefile
@@ -0,0 +1,6 @@
+DOC= fonts
+SRCS= fonts.sgml
+SGMLOPTS= -ssi
+
+.include <bsd.sgml.mk>
+
diff --git a/en_US.ISO_8859-1/articles/mh/Makefile b/en_US.ISO_8859-1/articles/mh/Makefile
new file mode 100644
index 0000000000..e39a8c273f
--- /dev/null
+++ b/en_US.ISO_8859-1/articles/mh/Makefile
@@ -0,0 +1,6 @@
+DOC= mh
+SRCS= mh.sgml
+SGMLOPTS= -ssi
+
+.include <bsd.sgml.mk>
+
diff --git a/en_US.ISO_8859-1/articles/multi-os/Makefile b/en_US.ISO_8859-1/articles/multi-os/Makefile
new file mode 100644
index 0000000000..f884339423
--- /dev/null
+++ b/en_US.ISO_8859-1/articles/multi-os/Makefile
@@ -0,0 +1,6 @@
+DOC= multios
+SRCS= multios.sgml
+SGMLOPTS= -ssi
+
+.include <bsd.sgml.mk>
+
diff --git a/en_US.ISO_8859-1/articles/new-users/Makefile b/en_US.ISO_8859-1/articles/new-users/Makefile
new file mode 100644
index 0000000000..d8d8509284
--- /dev/null
+++ b/en_US.ISO_8859-1/articles/new-users/Makefile
@@ -0,0 +1,5 @@
+DOC= newuser
+SRCS= newuser.sgml
+
+.include <bsd.sgml.mk>
+
diff --git a/en_US.ISO_8859-1/articles/programming-tools/Makefile b/en_US.ISO_8859-1/articles/programming-tools/Makefile
new file mode 100644
index 0000000000..1e48dd92a3
--- /dev/null
+++ b/en_US.ISO_8859-1/articles/programming-tools/Makefile
@@ -0,0 +1,6 @@
+DOC= devel
+SRCS= devel.sgml
+SGMLOPTS= -ssi
+
+.include <bsd.sgml.mk>
+