summaryrefslogtreecommitdiff
path: root/devel/bisoncpp/files/patch-icmake-install
blob: 4868b4d6f15fce1feaecc16d62875ceba1d6f030 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--- icmake/install.orig	2010-03-08 20:11:17.000000000 +0100
+++ icmake/install	2011-11-15 14:32:41.000000000 +0100
@@ -12,10 +12,6 @@
         printf("  installing the skeleton files\n");
         md(where + SKEL);
         run("cp share/* " + where + SKEL);
-
-        printf("  installing the information directly in and under $DOC\n");
-        md(where + DOC);
-        run("gzip -9 < changelog > " + where + DOC + "/changelog.gz");
     }
 
     if (what == "man")
@@ -24,14 +20,14 @@
         md(where + MAN);
         run("gzip -9 < tmp/man/bisonc++.1 > " + 
                                         where + MAN + "/bisonc++.1.gz");
+    }
 
+    if (what == "manual")
+    {
         printf("  installing the manual page bisonc++man.html\n");
         md(where + DOC + "/man");
         run("cp tmp/manhtml/bisonc++man.html " + where + DOC + "/man");
-    }
 
-    if (what == "manual")
-    {
         printf("  installing bison's docs\n");
         md(where + docdoc + "/bison-docs");