diff options
| author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:51:31 +0000 |
|---|---|---|
| committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:51:31 +0000 |
| commit | 25adbdabb47499fe641c7bd9595024ff82667058 (patch) | |
| tree | 4200bb5e746bc1c0606de615ec99f0a247d4d9ba /templates/Makefile.am | |
| parent | ad5b7acc19290ff91e0f42a0de448a26760fcf99 (diff) | |
httrack 3.30.1
Diffstat (limited to 'templates/Makefile.am')
| -rw-r--r-- | templates/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/Makefile.am b/templates/Makefile.am new file mode 100644 index 0000000..39ded72 --- /dev/null +++ b/templates/Makefile.am @@ -0,0 +1,6 @@ + +templatesdir = $(datadir)/httrack/templates +templates_DATA = index-body.html index-header.html topindex-footer.html \ + index-footer.html topindex-body.html topindex-header.html + +EXTRA_DIST = $(templates_DATA) |
