[game-data-packager] 08/11: Replace most "install_to: $docdir" with doc shortcut

Simon McVittie smcv at debian.org
Tue Jan 5 09:55:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch master
in repository game-data-packager.

commit 2a64467417963c18db5ad7fe8212ca766ca34a34
Author: Simon McVittie <smcv at debian.org>
Date:   Tue Jan 5 08:54:49 2016 +0000

    Replace most "install_to: $docdir" with doc shortcut
---
 data/atlantis.yaml           |  6 ++----
 data/chex.yaml               |  5 +----
 data/descent2.yaml           |  2 +-
 data/doom2.yaml              |  5 +----
 data/drbrain2.yaml           |  2 +-
 data/duke3d.yaml             |  4 +---
 data/enclosure.yaml          |  5 +----
 data/final-doom.yaml         |  5 ++---
 data/glory3.yaml             |  3 +--
 data/gobliiins.yaml          |  4 +---
 data/gobliins2.yaml          |  4 +---
 data/goblins3.yaml           |  7 ++++---
 data/grimfandango.yaml       |  1 -
 data/hank.yaml               |  6 ++----
 data/hugo.yaml               | 13 +++----------
 data/inherit.yaml            |  7 ++-----
 data/kingsquest6.yaml        |  6 ++----
 data/kyrandia2.yaml          |  7 +------
 data/kyrandia3.yaml          |  4 +---
 data/longbow.yaml            |  2 +-
 data/loom.yaml               |  4 +---
 data/nomouth.yaml            | 17 ++++++++---------
 data/personal-nightmare.yaml |  5 +----
 data/planescape-torment.yaml |  6 +++---
 data/quake2.yaml             |  8 --------
 data/return-to-zork.yaml     |  6 +-----
 data/rott.yaml               |  3 +--
 data/spacequest2.yaml        |  4 +---
 data/tyrian.yaml             |  2 +-
 data/waxworks.yaml           |  5 +----
 data/wip/policequest4.yaml   |  5 +----
 31 files changed, 48 insertions(+), 115 deletions(-)

diff --git a/data/atlantis.yaml b/data/atlantis.yaml
index d76c481..4b0d180 100644
--- a/data/atlantis.yaml
+++ b/data/atlantis.yaml
@@ -97,7 +97,7 @@ packages:
     - atlantis.000?fr
     - atlantis.001?fr
     # floppy version, no dubbing known
-    optional:
+    doc:
     - hintbook.pdf
     - manual.pdf
 
@@ -110,18 +110,16 @@ packages:
     - atlantis.000?it
     - atlantis.001?it
     # floppy version, no dubbing known
-    optional:
+    doc:
     - hintbook.pdf
     - manual.pdf
 
 files:
   hintbook.pdf:
-    install_to: $docdir
     look_for: [hintbook.pdf,Indiana Jones and the Fate of Atlantis - Hintbook.pdf]
     install_as: hintbook.pdf
 
   manual.pdf:
-    install_to: $docdir
     look_for: [manual.pdf,Indiana Jones and the Fate of Atlantis - Manual.pdf]
     install_as: manual.pdf
 
diff --git a/data/chex.yaml b/data/chex.yaml
index 9b586af..acee365 100644
--- a/data/chex.yaml
+++ b/data/chex.yaml
@@ -17,7 +17,7 @@ packages:
     install:
     - chex.wad
     - chex.deh
-    optional:
+    doc:
     - chexdeh.txt
 
   chexquest2-data:
@@ -41,9 +41,6 @@ files:
     - chex.deh
     - chexdeh.txt
 
-  chexdeh.txt:
-    install_to: $docdir
-
 size_and_md5: |
   12361532 25485721882b050afa96a56e5758dd52 chex.wad
   7585664  fdc4ffa57e1983e30912c006284a3e01 chex2.wad
diff --git a/data/descent2.yaml b/data/descent2.yaml
index 2de7491..436e670 100644
--- a/data/descent2.yaml
+++ b/data/descent2.yaml
@@ -35,7 +35,7 @@ packages:
 
 files:
   readme.txt?demo:
-    install_to: $docdir
+    doc: true
 
   d2shar10.tar.gz:
     download: http://icculus.org/d2x/data/d2shar10.tar.gz
diff --git a/data/doom2.yaml b/data/doom2.yaml
index e5cba44..9bf2d02 100644
--- a/data/doom2.yaml
+++ b/data/doom2.yaml
@@ -31,7 +31,7 @@ packages:
       game: doom_ii_master_levels_game
     install:
     - doom2.wad
-    optional:
+    doc:
     - manual.pdf
 
   doom2-nerve-wad:
@@ -183,9 +183,6 @@ files:
     - nerve.wad?pc
     - nerve.wad?xbox360_bfg
 
-  manual.pdf:
-    install_to: $docdir
-
   setup_doom2_2.0.0.6.exe:
     unpack:
       format: innoextract
diff --git a/data/drbrain2.yaml b/data/drbrain2.yaml
index 925034e..06f5be8 100644
--- a/data/drbrain2.yaml
+++ b/data/drbrain2.yaml
@@ -24,7 +24,7 @@ files:
 
   readme.txt:
     distinctive_name: False
-    install_to: $docdir
+    doc: true
 
 groups:
  original assets: |
diff --git a/data/duke3d.yaml b/data/duke3d.yaml
index 1d54d56..c9b3306 100644
--- a/data/duke3d.yaml
+++ b/data/duke3d.yaml
@@ -38,6 +38,7 @@ packages:
     - duke3d.grp
     optional:
     - duke.rts
+    doc:
     - manual.pdf
     license:
     - license.txt
@@ -57,9 +58,6 @@ files:
     - duke.rts
     - license.txt?demo
 
-  manual.pdf:
-    install_to: $docdir
-
 size_and_md5: |
   5924374  04e4ca70b8a2d59ed56c451c5c1d5d39 3dduke13.zip
   5848108  e061c3794afbf168698946b26e161d75 dn3dsw13.shr
diff --git a/data/enclosure.yaml b/data/enclosure.yaml
index 6f57d3c..26025c0 100644
--- a/data/enclosure.yaml
+++ b/data/enclosure.yaml
@@ -22,13 +22,10 @@ packages:
     - VIEWDIR
     - VOL.0
     - WORDS.TOK
-    optional:
+    doc:
     - Enclosure.txt
 
 files:
-  Enclosure.txt:
-    install_to: $docdir
-
   Enclosure.zip:
     download:
       spear-of-destiny-mirrors:
diff --git a/data/final-doom.yaml b/data/final-doom.yaml
index 1cdd0fe..b6fb1e2 100644
--- a/data/final-doom.yaml
+++ b/data/final-doom.yaml
@@ -31,7 +31,7 @@ packages:
     install:
     - tnt.wad
     - tnt31.wad
-    optional:
+    doc:
     - manual.pdf
     main_wads:
       tnt.wad:
@@ -45,7 +45,7 @@ packages:
       conflicts: ["freedoom (<< 0.6.4-4)", "freedm (<< 0.6.4-4)"]
     install:
     - plutonia.wad
-    optional:
+    doc:
     - manual.pdf
 
 files:
@@ -116,7 +116,6 @@ files:
     md5: b77ca6a809c4fae086162dad8e7a1335
 
   manual.pdf:
-    install_to: $docdir
     size: 700050
     md5: 22d3082cdf145cafcfce9e5b1c08a203
 
diff --git a/data/glory3.yaml b/data/glory3.yaml
index a8a383c..1c3a8d2 100644
--- a/data/glory3.yaml
+++ b/data/glory3.yaml
@@ -15,12 +15,11 @@ packages:
       game: quest_for_glory_3
     install:
     - assets
-    optional:
+    doc:
     - quest for glory 3 - manual.pdf
 
 files:
   quest for glory 3 - manual.pdf:
-    install_to: $docdir
     install_as: manual.pdf
     look_for: [quest for glory 3 - manual.pdf,manual.pdf]
 
diff --git a/data/gobliiins.yaml b/data/gobliiins.yaml
index 0341184..450cea7 100644
--- a/data/gobliiins.yaml
+++ b/data/gobliiins.yaml
@@ -17,7 +17,7 @@ packages:
     - gob.lic
     - intro.stk?cd
     - track1.mp3
-    optional:
+    doc:
     - manual.pdf
 
   gobliiins-floppy-en-data:
@@ -82,8 +82,6 @@ files:
     - disk1.stk?demo_fr
 
   # Full games
-  manual.pdf:
-    install_to: $docdir
   setup_gobliiins_2.1.0.64.exe:
     unpack:
       format: innoextract
diff --git a/data/gobliins2.yaml b/data/gobliins2.yaml
index be275bc..1288a8f 100644
--- a/data/gobliins2.yaml
+++ b/data/gobliins2.yaml
@@ -20,6 +20,7 @@ packages:
     - gobnew.lic
     optional:
     - track1.mp3
+    doc:
     - manual.pdf
 
   gobliins2-floppy-data:
@@ -30,9 +31,6 @@ packages:
     - disk3.stk
 
 files:
-  manual.pdf:
-    install_to: $docdir
-
   setup_gobliiins2_2.1.0.63.exe:
     unpack:
       format: innoextract
diff --git a/data/goblins3.yaml b/data/goblins3.yaml
index 705fe0c..fa7c3fe 100644
--- a/data/goblins3.yaml
+++ b/data/goblins3.yaml
@@ -42,6 +42,7 @@ packages:
     - usgob3.itk
     optional:
     - track1.mp3
+    doc:
     - manual.pdf
 
   goblins3-de-data:
@@ -62,6 +63,7 @@ packages:
     - degob3.itk
     optional:
     - track1.mp3
+    doc:
     - manual.pdf
 
   goblins3-fr-data:
@@ -82,6 +84,7 @@ packages:
     - frgob3.itk
     optional:
     - track1.mp3
+    doc:
     - manual.pdf
 
   goblins3-it-data:
@@ -102,12 +105,10 @@ packages:
     - itgob3.itk
     optional:
     - track1.mp3
+    doc:
     - manual.pdf
 
 files:
-  manual.pdf:
-    install_to: $docdir
-
   setup_gobliiins3_2.1.0.64.exe:
     unpack:
       format: innoextract
diff --git a/data/grimfandango.yaml b/data/grimfandango.yaml
index e6fecc8..c726b8d 100644
--- a/data/grimfandango.yaml
+++ b/data/grimfandango.yaml
@@ -473,7 +473,6 @@ files:
       - vox0001.lab?unpatched
 
   manual.pdf:
-    install_to: $docdir
     look_for: ['grim fandango - manual.pdf', manual.pdf]
 
 unknown_sizes:
diff --git a/data/hank.yaml b/data/hank.yaml
index df60f9f..c63b700 100644
--- a/data/hank.yaml
+++ b/data/hank.yaml
@@ -26,7 +26,7 @@ packages:
     - VIEWDIR
     - VOL.0
     - WORDS.TOK
-    optional:
+    doc:
     - readme.txt
 
   hanqs-quest-nl-data:
@@ -43,7 +43,7 @@ packages:
     - VIEWDIR?nl
     - VOL.0?nl
     - WORDS.TOK?nl
-    optional:
+    doc:
     - readme.txt?nl
 
 files:
@@ -66,7 +66,6 @@ files:
 
   readme.txt:
     look_for: [readme.txt,"Hank's Quest - Victim of Society.txt"]
-    install_to: $docdir
 
   hq_dut_upd.zip:
     download:
@@ -87,7 +86,6 @@ files:
 
   readme.txt?nl:
     look_for: [readme.txt,"Hank's Quest - Slachtoffer van het Gebeuren.txt"]
-    install_to: $docdir
 
 size_and_md5: |
   217232    3d5beafe6bd333b050dd789c0bb04715 hq_eng181.zip
diff --git a/data/hugo.yaml b/data/hugo.yaml
index 19133e2..d6b63d5 100644
--- a/data/hugo.yaml
+++ b/data/hugo.yaml
@@ -19,7 +19,7 @@ packages:
     - sounds.dat?hugo1
     - strings.dat?hugo1
     - uif.dat?hugo1
-    optional:
+    doc:
     - hw_hint1.txt
 
   hugo2-data:
@@ -33,7 +33,7 @@ packages:
     - sounds.dat?hugo2
     - strings.dat?hugo2
     - uif.dat?hugo2
-    optional:
+    doc:
     - hw_hint2.txt
 
   hugo3-data:
@@ -47,17 +47,10 @@ packages:
     - sounds.dat?hugo3
     - strings.dat?hugo3
     - uif.dat?hugo3
-    optional:
+    doc:
     - hw_hint3.txt
 
 files:
-  hw_hint1.txt:
-    install_to: $docdir
-  hw_hint2.txt:
-    install_to: $docdir
-  hw_hint3.txt:
-    install_to: $docdir
-
   gog_the_hugo_trilogy_2.0.0.10.sh:
     unpack:
       format: zip
diff --git a/data/inherit.yaml b/data/inherit.yaml
index 4392098..c9e2c1a 100644
--- a/data/inherit.yaml
+++ b/data/inherit.yaml
@@ -36,7 +36,7 @@ packages:
     - Inherit the Earth Voices
     - music.rsc
     - sounds.rsc
-    optional:
+    doc:
     - manual.pdf
 
   inherit-the-earth-de-data:
@@ -53,15 +53,12 @@ packages:
     - voices.rsc?de
     - music.rsc
     - sounds.rsc
-    optional:
+    doc:
     - manual.pdf
     - manual.pdf?de
 
 files:
-  manual.pdf:
-    install_to: $docdir
   manual.pdf?de:
-    install_to: $docdir
     install_as: manual-de.pdf
     look_for: [manual.pdf,manual-de.pdf]
 
diff --git a/data/kingsquest6.yaml b/data/kingsquest6.yaml
index 0420f73..d0308f1 100644
--- a/data/kingsquest6.yaml
+++ b/data/kingsquest6.yaml
@@ -16,7 +16,8 @@ packages:
     optional:
     - disk2
     - kq6cd
-    #- manual.pdf
+    doc:
+    - manual.pdf
 
 files:
   setup_kings_quest_4_5_6.exe:
@@ -38,9 +39,6 @@ files:
     - kq6cd
     - manual.pdf
 
-  manual.pdf:
-    install_to: $docdir
-
 groups:
   default: |
     305459671 00c153eb0f99d76b7778daf3cd0045c7 setup_kings_quest_4_5_6.exe
diff --git a/data/kyrandia2.yaml b/data/kyrandia2.yaml
index 2d5a519..75708e9 100644
--- a/data/kyrandia2.yaml
+++ b/data/kyrandia2.yaml
@@ -133,16 +133,11 @@ packages:
     - volcano.pak
     - wharf.pak
     - wheel.pak
-    optional:
+    doc:
     - manual.pdf
     - manualde.pdf
 
 files:
-  manual.pdf:
-    install_to: $docdir
-  manualde.pdf:
-    install_to: $docdir
-
   setup_legend_of_kyrandia2_2.1.0.7.exe:
     unpack:
       format: innoextract
diff --git a/data/kyrandia3.yaml b/data/kyrandia3.yaml
index c2643a7..50e8c81 100644
--- a/data/kyrandia3.yaml
+++ b/data/kyrandia3.yaml
@@ -187,12 +187,10 @@ packages:
     - xtown.pak
     - yank1.aud
     - zan2.aud
-    optional:
+    doc:
     - manual.pdf
 
 files:
-  manual.pdf:
-    install_to: $docdir
   setup_legend_of_kyrandia3_2.1.0.6.exe:
     unpack:
       format: innoextract
diff --git a/data/longbow.yaml b/data/longbow.yaml
index 6dd4a4e..a1b759c 100644
--- a/data/longbow.yaml
+++ b/data/longbow.yaml
@@ -36,7 +36,7 @@ files:
 
   readme.txt:
     distinctive_name: false
-    install_to: $docdir
+    doc: true
 
 groups:
   archives: |
diff --git a/data/loom.yaml b/data/loom.yaml
index 82d78b2..f0741dd 100644
--- a/data/loom.yaml
+++ b/data/loom.yaml
@@ -21,7 +21,7 @@ packages:
     - 904.lfl
     - cdda.sou
     - disk01.lec
-    optional:
+    doc:
     - book_of_patterns.pdf
     - manual.pdf
 
@@ -114,10 +114,8 @@ files:
     distinctive_name: false
 
   book_of_patterns.pdf:
-    install_to: $docdir
     look_for: [book_of_patterns.pdf,Loom_Book_of_Patterns.pdf]
   manual.pdf:
-    install_to: $docdir
     look_for: [manual.pdf,Loom_Manual.pdf]
   setup_loom_2.0.0.4.exe:
     unpack:
diff --git a/data/nomouth.yaml b/data/nomouth.yaml
index 67ad2c6..316992f 100644
--- a/data/nomouth.yaml
+++ b/data/nomouth.yaml
@@ -49,7 +49,7 @@ packages:
     - voices5.res
     - voices6.res
     - voicess.res
-    optional:
+    doc:
     - manual.pdf
     license:
     - end user license agreement.txt
@@ -71,7 +71,7 @@ packages:
     - voices5.res?de
     - voices6.res?de
     - voicess.res?de
-    optional:
+    doc:
     - manual.pdf
     license:
     - end user license agreement.txt
@@ -93,7 +93,7 @@ packages:
     - voices5.res?fr
     - voices6.res?fr
     - voicess.res?fr
-    optional:
+    doc:
     - manual.pdf
     license:
     - end user license agreement.txt
@@ -115,7 +115,7 @@ packages:
     - voices5.res?es
     - voices6.res?es
     - voicess.res?es
-    optional:
+    doc:
     - manual.pdf
     license:
     - end user license agreement.txt
@@ -137,7 +137,7 @@ packages:
     - voices5.res
     - voices6.res
     - voicess.res
-    optional:
+    doc:
     - manual.pdf
     license:
     - end user license agreement.txt
@@ -154,11 +154,10 @@ files:
   manual.pdf:
     alternatives:
     - i have no mouth and i must scream - manual.pdf
-    - manual.pdf_steam
-    install_to: $docdir
+    - manual.pdf?steam
   i have no mouth and i must scream - manual.pdf:
     look_for: [manual.pdf,i have no mouth and i must scream - manual.pdf]
-  manual.pdf_steam:
+  manual.pdf?steam:
     look_for: [manual.pdf]
 
   gog_i_have_no_mouth_and_i_must_scream_2.0.0.3.sh:
@@ -389,7 +388,7 @@ size_and_md5: |
   108977234 55a951d5ad40227b44a55753f531dc1c voices6.res
   77627568  d4da3081a739400d5894fe23aa0b6fbb voicess.res
 
-  417369    835556a1278fe363a5dbf8dff9cc1430 manual.pdf_steam
+  417369    835556a1278fe363a5dbf8dff9cc1430 manual.pdf?steam
   386080    e1440f7af2ea5f208b5198d6affe7dd1 i have no mouth and i must scream - manual.pdf
   19674     8d07b65626904a532bd83c1801b5149f end user license agreement.txt
 
diff --git a/data/personal-nightmare.yaml b/data/personal-nightmare.yaml
index b4bc4c9..a3a1ff6 100644
--- a/data/personal-nightmare.yaml
+++ b/data/personal-nightmare.yaml
@@ -72,13 +72,10 @@ packages:
     - l2.out
     - night.dbm
     - night.txt
-    optional:
+    doc:
     - manual.pdf
 
 files:
-  manual.pdf:
-    install_to: $docdir
-
   setup_personal_nightmare_2.0.0.22.exe:
     unpack:
       format: innoextract
diff --git a/data/planescape-torment.yaml b/data/planescape-torment.yaml
index ff63414..15c8aa5 100644
--- a/data/planescape-torment.yaml
+++ b/data/planescape-torment.yaml
@@ -756,11 +756,11 @@ packages:
     - readme.txt
 files:
   ddrawfix/readme.html:
-    install_to: $docdir
+    doc: true
   manual.pdf:
-    install_to: $docdir
+    doc: true
   readme11.txt:
-    install_to: $docdir
+    doc: true
   setup_planescape_torment_2.0.0.8.exe:
     provides:
     - autonote.ini
diff --git a/data/quake2.yaml b/data/quake2.yaml
index 9c24d4f..3af2e84 100644
--- a/data/quake2.yaml
+++ b/data/quake2.yaml
@@ -264,7 +264,6 @@ files:
     look_for: [sewer64.bsp]
 
   readme-dm64.txt:
-    install_to: $docdir
     download:
       idstuff-mirrors:
         path: quake2/maps
@@ -329,7 +328,6 @@ files:
     md5: 0de34a0bd6b888a31417b78cc265bfbe
 
   ctf/readme.txt:
-    install_to: $docdir
     install_as: ctf.txt
     look_for:
     - ctf.txt
@@ -337,7 +335,6 @@ files:
 
   quake2-xatrix-2.03/CHANGELOG:
     distinctive_name: false
-    install_to: $docdir
     # Contrary to normal Debian policy, we don't compress this. It would
     # make the checksum non-deterministic, and Quake II is large enough
     # that not compressing the changelog is really not a big deal.
@@ -348,7 +345,6 @@ files:
 
   quake2-xatrix-2.03/LICENSE:
     distinctive_name: false
-    install_to: $docdir
     install_as: game_code_license.txt
     look_for:
     - LICENSE
@@ -356,7 +352,6 @@ files:
 
   quake2-xatrix-2.03/README:
     distinctive_name: false
-    install_to: $docdir
     install_as: game_code_readme.txt
     look_for:
     - README
@@ -364,7 +359,6 @@ files:
 
   quake2-rogue-2.02/CHANGELOG:
     distinctive_name: false
-    install_to: $docdir
     # Contrary to normal Debian policy, we don't compress this, as above.
     install_as: game_code_changelog.txt
     look_for:
@@ -373,7 +367,6 @@ files:
 
   quake2-rogue-2.02/LICENSE:
     distinctive_name: false
-    install_to: $docdir
     install_as: game_code_license.txt
     license: true
     look_for:
@@ -382,7 +375,6 @@ files:
 
   quake2-rogue-2.02/README:
     distinctive_name: false
-    install_to: $docdir
     install_as: game_code_readme.txt
     look_for:
     - README
diff --git a/data/return-to-zork.yaml b/data/return-to-zork.yaml
index 7e4a4bf..3722b35 100644
--- a/data/return-to-zork.yaml
+++ b/data/return-to-zork.yaml
@@ -133,6 +133,7 @@ packages:
     - music/rtz_24.ogg
     - music/rtz_25.ogg
     - music/rtz_26.ogg
+    doc:
     - encyclopedia_frobozzica.pdf
     - manual.pdf
     license:
@@ -146,11 +147,6 @@ files:
     provides:
     - rtzcd.dat
 
-  encyclopedia_frobozzica.pdf:
-    install_to: $docdir
-  manual.pdf:
-    install_to: $docdir
-
   setup_return_to_zork_2.0.0.7.exe:
     unpack:
       format: innoextract
diff --git a/data/rott.yaml b/data/rott.yaml
index 0bc7a1b..4067e44 100644
--- a/data/rott.yaml
+++ b/data/rott.yaml
@@ -60,7 +60,7 @@ packages:
     - DARKWAR.WAD
     license:
     - LICENSE.TXT
-    optional:
+    doc:
     - manual.pdf
 
   rott-extreme-data:
@@ -96,7 +96,6 @@ files:
     alternatives:
     - manual.pdf?steam
     - manual.pdf?gog
-    install_to: $docdir
   manual.pdf?gog:
     look_for: [manual.pdf,UserManual.pdf]
 
diff --git a/data/spacequest2.yaml b/data/spacequest2.yaml
index 9db4c6f..1977e46 100644
--- a/data/spacequest2.yaml
+++ b/data/spacequest2.yaml
@@ -13,12 +13,10 @@ packages:
       game: space_quest_2_vohauls_revenge
     install:
     - assets
-    optional:
+    doc:
     - manual.pdf
 
 files:
-  manual.pdf:
-    install_to: $docdir
   setup_space_quest_1_2_3.exe:
     unpack:
       format: innoextract
diff --git a/data/tyrian.yaml b/data/tyrian.yaml
index 30ee05d..c23c298 100644
--- a/data/tyrian.yaml
+++ b/data/tyrian.yaml
@@ -33,7 +33,7 @@ packages:
 
 files:
   manual.doc:
-    install_to: $docdir
+    doc: true
 
   tyrian21.zip:
     distinctive_size: true
diff --git a/data/waxworks.yaml b/data/waxworks.yaml
index 4e8c7fb..5389f43 100644
--- a/data/waxworks.yaml
+++ b/data/waxworks.yaml
@@ -1883,13 +1883,10 @@ packages:
     - xtable04
     - xtable05
     - xtbllist
-    optional:
+    doc:
     - manual.pdf
 
 files:
-  manual.pdf:
-    install_to: $docdir
-
   setup_waxworks.exe:
     unpack:
       format: innoextract
diff --git a/data/wip/policequest4.yaml b/data/wip/policequest4.yaml
index e61abef..b98aed5 100644
--- a/data/wip/policequest4.yaml
+++ b/data/wip/policequest4.yaml
@@ -120,13 +120,10 @@ packages:
     - resource.map
     - sfx/resource.sfx
     - version
-    optional:
+    doc:
     - manual.pdf
 
 files:
-  manual.pdf:
-    install_to: $docdir
-
   setup_police_quest4_2.1.0.10.exe:
     unpack:
       format: innoextract

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list