diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-16 10:40:36 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-16 10:40:36 +0200 |
commit | 75d7bb2acc90eb1c6daec66dc7b73573c643ce57 (patch) | |
tree | d8ceac2c957d922065738a70d2b4d7c3e9df65b4 /Makefile | |
parent | 16636a29eb55dc5d958feacd2bb7a99cdc1bb884 (diff) | |
download | website-75d7bb2acc90eb1c6daec66dc7b73573c643ce57.tar.xz |
Generate sitemap programatically
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -34,10 +34,6 @@ build/resources/%: src/resources/% @install -m644 $< $@ @echo Copied $< → $@ -build/sitemap.xml: src/sitemap.xml - @install -Dm644 $< $@ - @echo Copied $< → $@ - build/pgp-key.txt: src/pgp-key.txt @install -Dm644 $< $@ @echo Copied $< → $@ |