]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob
4153b5b8127342c208e79518342e240ac5644754
[git.ikiwiki.info.git] /
1 [[!comment format=mdwn
2  username="https://launchpad.net/~beaufils"
3  nickname="beaufils"
4  subject="*Bug* is still there and I have the same need"
5  date="2015-06-22T10:16:59Z"
6  content="""
7 I am not sure if that is a bug or a feature, but it is annoying and definitively related to this post: 
9     $ echo A >src/get
10     $ echo A >src/noget
11     
12     $ ikiwiki src out
13     $ cat out/noget 
14     A
15     
16     $ ikiwiki src out --exclude noget
17     $ cat out/noget 
18     A
19     
20     $ ikiwiki src out --exclude noget --rebuild
21     $ cat out/noget 
22     A
23     
24     $ rm out/noget 
25     rm : remove file «out/noget» ? y
26     
27     $ ikiwiki src out --exclude noget 
28     $ cat out/noget
29     cat: cannot access out/noget: No such file or director
31 I am really confused with the exclude feature.
33 Is there a way to make ikiwiki consider that a file in the `srcdir` should not be present in the `destdir` and thus removed if present?
35 -- [[bbb]]
37 """]]