|
From: <sk...@us...> - 2011-04-03 21:58:55
|
Revision: 2416
http://linuxconsole.svn.sourceforge.net/linuxconsole/?rev=2416&view=rev
Author: skitt
Date: 2011-04-03 21:58:49 +0000 (Sun, 03 Apr 2011)
Log Message:
-----------
Add Makefile for the manpages.
Clean up extraneous space at the end of utils Makefile.
Modified Paths:
--------------
trunk/utils/Makefile
Added Paths:
-----------
trunk/docs/Makefile
Added: trunk/docs/Makefile
===================================================================
--- trunk/docs/Makefile (rev 0)
+++ trunk/docs/Makefile 2011-04-03 21:58:49 UTC (rev 2416)
@@ -0,0 +1,31 @@
+# $Id: Makefile 2413 2011-04-03 17:24:32Z skitt $
+#
+# Makefile for Linux input utilities
+#
+# © 2011 Stephen Kitt <st...@sk...>
+#
+# 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.
+
+MANPAGES = evtest.1 inputattach.1 jstest.1 jscal.1 fftest.1 \
+ ffmvforce.1 ffset.1 ffcfstress.1
+
+PREFIX ?= /usr/local
+
+install:
+ install -d $(DESTDIR)$(PREFIX)/share/man/man1
+ install $(MANPAGES) $(DESTDIR)$(PREFIX)/share/man/man1
+
+.PHONY: install
Modified: trunk/utils/Makefile
===================================================================
--- trunk/utils/Makefile 2011-04-03 21:43:00 UTC (rev 2415)
+++ trunk/utils/Makefile 2011-04-03 21:58:49 UTC (rev 2416)
@@ -75,4 +75,3 @@
install extract filter ident $(DESTDIR)$(PREFIX)/share/joystick
.PHONY: compile clean distclean install
-
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|