| 47 SRC += configuration.md |
47 SRC += configuration.md |
| 48 SRC += encryption.md |
48 SRC += encryption.md |
| 49 SRC += add-repository.md |
49 SRC += add-repository.md |
| 50 SRC += list-repositories.md |
50 SRC += list-repositories.md |
| 51 SRC += check-config.md |
51 SRC += check-config.md |
| |
52 SRC += introduction.md |
| |
53 SRC += sync-commands.md |
| |
54 SRC += pull.md |
| |
55 SRC += push.md |
| |
56 SRC += resolve-conflicts.md |
| |
57 SRC += delete-conflicts.md |
| |
58 SRC += trash-info.md |
| |
59 SRC += empty-trash.md |
| |
60 SRC += add-directory.md |
| |
61 SRC += list-directories.md |
| |
62 SRC += sync-check-config.md |
| |
63 SRC += check-repositories.md |
| |
64 SRC += sync-configuration.md |
| |
65 |
| 52 |
66 |
| 53 HTML = $(SRC:%.md=build/%.html) |
67 HTML = $(SRC:%.md=build/%.html) |
| 54 |
68 |
| 55 FILES = build/davdoc.css |
69 FILES = build/davdoc.css |
| 56 |
70 |