root/trunk/man/Makefile-files
| Revision 2631, 1.3 kB (checked in by dhozac, 1 year ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | ## $Id$ -*- makefile -*- |
| 2 | |
| 3 | ## Copyright (C) 2003 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> |
| 4 | ## |
| 5 | ## This program is free software; you can redistribute it and/or modify |
| 6 | ## it under the terms of the GNU General Public License as published by |
| 7 | ## the Free Software Foundation; either version 2, or (at your option) |
| 8 | ## any later version. |
| 9 | ## |
| 10 | ## This program is distributed in the hope that it will be useful, |
| 11 | ## but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | ## GNU General Public License for more details. |
| 14 | ## |
| 15 | ## You should have received a copy of the GNU General Public License |
| 16 | ## along with this program; if not, write to the Free Software |
| 17 | ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | ## |
| 19 | |
| 20 | man_pages = man/chbind.8 \ |
| 21 | man/chcontext.8 \ |
| 22 | man/distrib-info.8 \ |
| 23 | man/rebootmgr.8 \ |
| 24 | man/reducecap.8 \ |
| 25 | man/vps.8 \ |
| 26 | man/vpstree.8 \ |
| 27 | man/vserver-copy.8 \ |
| 28 | man/vserver-stat.8 \ |
| 29 | man/vserver.8 \ |
| 30 | man/vtop.8 |
| 31 | man_susbt_SRCS = man/vserver-build.8.pathsubst |
| 32 | man_gen_DTA = man/vserver-build.8 |
| 33 | |
| 34 | man_MANS += $(man_pages) \ |
| 35 | $(man_gen_DTA) |
| 36 | EXTRA_DIST += $(man_pages) \ |
| 37 | $(man_susbt_SRCS) |
| 38 | CLEANFILES += $(man_gen_DTA) |
| 39 | |
| 40 | man/vserver-build.8: man/.vserver-build.8.pathsubst.stamp |
Note: See TracBrowser for help on using the browser.
