mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-22 02:04:19 +00:00
Restructuring build process for better distribution independence.
This commit is contained in:
parent
762803b273
commit
8b1ded004a
@ -52,7 +52,7 @@ defaultpackagename = RSCDS
|
||||
|
||||
;; where should the documentation be written?
|
||||
;; legal values: a legal path
|
||||
target = ##projectroot##/debian/html
|
||||
target = /home/andrew/projects/rscds/debian/html
|
||||
|
||||
;; Which files should be parsed out as special documentation files, such as README,
|
||||
;; INSTALL and CHANGELOG? This overrides the default files found in
|
||||
@ -71,14 +71,14 @@ readmeinstallchangelog = README, INSTALL, CHANGELOG, NEWS, FAQ, LICENSE
|
||||
;; legal values: directory paths separated by commas
|
||||
;directory = /path1,/path2,.,..,subdirectory
|
||||
;directory = /home/jeichorn/cvs/pear
|
||||
directory = ##projectroot##/inc,##projectroot##/htdocs
|
||||
directory = /home/andrew/projects/rscds/inc,/home/andrew/projects/rscds/htdocs
|
||||
|
||||
;; template base directory (the equivalent directory of <installdir>/phpDocumentor)
|
||||
;templatebase = /path/to/my/templates
|
||||
|
||||
;; directory to find any example files in through @example and {@example} tags
|
||||
;examplesdir = /path/to/my/templates
|
||||
examplesdir = ##projectroot##/examples
|
||||
examplesdir = /home/andrew/projects/rscds/examples
|
||||
|
||||
;; comma-separated list of files, directories or wildcards ? and * (any wildcard) to ignore
|
||||
;; legal values: any wildcard strings separated by commas
|
||||
Loading…
x
Reference in New Issue
Block a user