forked from lix-project/lix
Remove README.md from build dependencies
Now we will simply hit cache every time anyone changes readme, yay!
Change-Id: I5906f589d319ff6d43cbd2b467887e08f7474283
This commit is contained in:
parent
f75d0752ce
commit
bf1a22aa8e
|
@ -155,8 +155,6 @@ let
|
||||||
./.version
|
./.version
|
||||||
./configure.ac
|
./configure.ac
|
||||||
./m4
|
./m4
|
||||||
# TODO: do we really need README.md? It doesn't seem used in the build.
|
|
||||||
./README.md
|
|
||||||
];
|
];
|
||||||
|
|
||||||
topLevelBuildFiles = fileset.unions (
|
topLevelBuildFiles = fileset.unions (
|
||||||
|
|
Loading…
Reference in a new issue