aboutsummaryrefslogtreecommitdiff
path: root/osx/distribution.xml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-03-19 18:53:43 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-03-19 18:53:43 -0700
commit128409f387bad63de4496ac5f8f2f697edf0092f (patch)
treec5f3df03df6d83d5d23e528fcd1c2af74d64ba8a /osx/distribution.xml
parent06bfac109512a2b86e24f377d20224195bdb2f53 (diff)
downloadpandoc-128409f387bad63de4496ac5f8f2f697edf0092f.tar.gz
Don't hardcode pandoc version in osx/distribution.xml.
Instead, create it from a template, distribution.xml.in.
Diffstat (limited to 'osx/distribution.xml')
-rw-r--r--osx/distribution.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/osx/distribution.xml b/osx/distribution.xml
deleted file mode 100644
index a92f20ad0..000000000
--- a/osx/distribution.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8" standalone="no"?>
-<installer-gui-script minSpecVersion="1">
- <title>pandoc</title>
- <organization>net.johnmacfarlane.pandoc</organization>
- <domains enable_localSystem="true" enable_anywhere="true" />
- <options customize="allow" require-scripts="false" rootVolumeOnly="false" />
- <!-- Define documents displayed at various steps -->
- <!-- <welcome file="welcome.html" mime-type="text/html" /> -->
- <license file="license.html" mime-type="text/html" />
- <!-- <conclusion file="conclusion.html" mime-type="text/html" /> -->
- <options hostArchitectures="x86_64" />
- <!-- List all component packages -->
- <pkg-ref id="net.johnmacfarlane.pandoc"
- version="1.17"
- auth="root">pandoc.pkg</pkg-ref>
- <!-- List them again here. They can now be organized
- as a hierarchy if you want. -->
- <choices-outline>
- <line choice="net.johnmacfarlane.pandoc"/>
- </choices-outline>
- <!-- Define each choice above -->
- <choice
- id="net.johnmacfarlane.pandoc"
- visible="false"
- title="pandoc"
- description="pandoc - universal text converter"
- start_selected="true">
- <pkg-ref id="net.johnmacfarlane.pandoc"/>
- </choice>
-</installer-gui-script>