jrincayc / rpms / ucblogo

Forked from rpms/ucblogo 4 years ago
Clone
Blob Blame History Raw
diff -uNr ucblogo-6.0/docs/logo.1 ucblogo-6.0other/docs/logo.1
--- ucblogo-6.0/docs/logo.1	1969-12-31 17:00:00.000000000 -0700
+++ ucblogo-6.0other/docs/logo.1	2019-09-13 10:10:58.500059360 -0600
@@ -0,0 +1,13 @@
+.TH LOGO 1
+.SH NAME
+logo, logo-wx \- start the Logo Programming Language interpreter
+.SH SYNOPSIS
+.B logo
+[\fIfile\fR]
+.SH DESCRIPTION
+.B logo
+begins running the logo programming language interperter. If a file is
+provided, it will run those commands first.  The full manual is available
+as
+.PP
+.B info ucblogo
diff -uNr ucblogo-6.0/docs/makefile ucblogo-6.0other/docs/makefile
--- ucblogo-6.0/docs/makefile	2019-09-13 09:33:12.056700261 -0600
+++ ucblogo-6.0other/docs/makefile	2019-09-13 10:23:54.445228922 -0600
@@ -2,6 +2,7 @@
 INFODIR	      = $(prefix)/info
 DOCSDIR	      = $(LIBLOC)/docs
 HTMLDIR	      = $(DOCSDIR)/html
+MANDIR        = $(prefix)/share/man/
 
 all: usermanual.ps usermanual.pdf html/usermanual_1.html ucblogo.info
 
@@ -38,3 +39,5 @@
 	-cp -f usermanual.pdf $(DOCSDIR)/.
 	-cp -f usermanual.texi $(DOCSDIR)/.
 	-cp -f ../usermanual $(DOCSDIR)/.
+	-mkdir -p $(MANDIR)/man1/
+	-cp -f logo.1 $(MANDIR)/man1/.