Making docs for Magic tools easier to maintain via PHPification.
This commit is contained in:
parent
0307da004c
commit
238fb1f796
64 changed files with 582 additions and 623 deletions
6
Makefile
6
Makefile
|
|
@ -1,10 +1,10 @@
|
|||
# Tux Paint - A simple drawing program for children.
|
||||
|
||||
# Copyright (c) 2002-2008 by Bill Kendrick and others
|
||||
# Copyright (c) 2002-2009 by Bill Kendrick and others
|
||||
# bill@newbreedsoftware.com
|
||||
# http://www.tuxpaint.org/
|
||||
|
||||
# June 14, 2002 - January 2, 2009
|
||||
# June 14, 2002 - April 28, 2009
|
||||
|
||||
|
||||
# The version number, for release:
|
||||
|
|
@ -793,7 +793,7 @@ install-doc:
|
|||
@install -d $(DOC_PREFIX)
|
||||
@cp -R docs/* $(DOC_PREFIX)
|
||||
@cp -R magic/magic-docs $(DOC_PREFIX)
|
||||
@chmod a=rX,g=rX,u=rwX $(DOC_PREFIX)
|
||||
@chmod -R a=rX,g=rX,u=rwX $(DOC_PREFIX)
|
||||
|
||||
|
||||
# Install the man page:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue