docs: Add empty Goalfile(5) and goals-reference(5).
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 7 Jan 2020 20:42:53 +0000 (20:42 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 7 Jan 2020 20:42:53 +0000 (20:42 +0000)
Goalfile.in
docs/Goalfile.pod [new file with mode: 0644]
docs/goals-reference.pod [new file with mode: 0644]

index 75ce273..b865c9c 100644 (file)
@@ -110,7 +110,9 @@ goal depend =
 
 let POD2MAN = "@POD2MAN@"
 
-goal documentation = : pod2man ("goals", "1")
+goal documentation = : pod2man ("goals", "1"),
+                       pod2man ("Goalfile", "5"),
+                       pod2man ("goals-reference", "5")
 
 goal pod2man (page, section) =
 "man/%page.%section" : "docs/%page.pod" {
diff --git a/docs/Goalfile.pod b/docs/Goalfile.pod
new file mode 100644 (file)
index 0000000..18142fe
--- /dev/null
@@ -0,0 +1,42 @@
+=encoding utf8
+
+=head1 NAME
+
+Goalfile - introduction and tutorial to writing goal files
+
+=head1 SUMMARY
+
+
+=head1 DESCRIPTION
+
+
+
+
+
+=head1 SEE ALSO
+
+L<goals(1)>, L<goals-reference(5)>.
+
+=head1 AUTHORS
+
+Richard W.M. Jones <rjones@redhat.com>
+
+=head1 COPYRIGHT
+
+Copyright (C) 2020 Richard W.M. Jones
+
+Copyright (C) 2020 Red Hat Inc.
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along
+with this program; if not, write to the Free Software Foundation, Inc.,
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
diff --git a/docs/goals-reference.pod b/docs/goals-reference.pod
new file mode 100644 (file)
index 0000000..5cda4f5
--- /dev/null
@@ -0,0 +1,40 @@
+=encoding utf8
+
+=head1 NAME
+
+goals-reference - reference manual for goals and writing goal files
+
+=head1 SUMMARY
+
+
+=head1 DESCRIPTION
+
+
+
+=head1 SEE ALSO
+
+L<goals(1)>, L<Goalfile(5)>.
+
+=head1 AUTHORS
+
+Richard W.M. Jones <rjones@redhat.com>
+
+=head1 COPYRIGHT
+
+Copyright (C) 2020 Richard W.M. Jones
+
+Copyright (C) 2020 Red Hat Inc.
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along
+with this program; if not, write to the Free Software Foundation, Inc.,
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.