summaryrefslogtreecommitdiff
path: root/contrib/RUNOFF/Makefile.sub
diff options
context:
space:
mode:
authorbwarken <bwarken>2013-05-06 00:00:25 +0000
committerbwarken <bwarken>2013-05-06 00:00:25 +0000
commit953a3edc91624c62451e27cfedf9875f673e47b7 (patch)
tree809bf7da85bb7ff5a32eeea95eed0924f3cc3ae8 /contrib/RUNOFF/Makefile.sub
parentc4b2814d9f75217088c9d811c85a195a8639517d (diff)
downloadgroff-953a3edc91624c62451e27cfedf9875f673e47b7.tar.gz
New project `contrib/RUNOFF'.
Correction in `src/roff/groff/Makefile.sub'.
Diffstat (limited to 'contrib/RUNOFF/Makefile.sub')
-rw-r--r--contrib/RUNOFF/Makefile.sub41
1 files changed, 41 insertions, 0 deletions
diff --git a/contrib/RUNOFF/Makefile.sub b/contrib/RUNOFF/Makefile.sub
new file mode 100644
index 00000000..1346733c
--- /dev/null
+++ b/contrib/RUNOFF/Makefile.sub
@@ -0,0 +1,41 @@
+# Makefile.sub for `RUNOFF' (integration into the `groff' source tree)
+
+# File position: <groff-source>/contrib/RUNOFF/Makefile.sub
+
+# Copyright (C) 2013
+# Free Software Foundation, Inc.
+#
+# Written by Bernd Warken <groff-bernd.warken-72@web.de>.
+
+# Last update: 6 May 2013
+
+# This file is part of `RUNOFF' which is part of `groff'.
+
+# `groff' 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 3 of the License, or
+# (at your option) any later version.
+
+# `groff' 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, see <http://www.gnu.org/licenses/>.
+
+########################################################################
+
+MAN7=\
+ runoff.n \
+ groff_filenames.n
+
+MOSTLYCLEANADD=$(MAN7)
+
+########################################################################
+# Emacs settings
+########################################################################
+#
+# Local Variables:
+# mode: makefile
+# End: