diff options
author | EuAndreh <eu@euandre.org> | 2023-04-06 11:01:54 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-06 11:01:56 -0300 |
commit | f592dcf4afc41c3c48df2c9bc8ce4dc4f7bbb001 (patch) | |
tree | e7feb6f39012168fcc7042cc145df7f340e48100 /v2 | |
parent | v2: git mv po/mappings.cfg po/i18n.mappings (diff) | |
download | euandre.org-f592dcf4afc41c3c48df2c9bc8ce4dc4f7bbb001.tar.gz euandre.org-f592dcf4afc41c3c48df2c9bc8ce4dc4f7bbb001.tar.xz |
v2: dynamic.mk: Remove unused "public-mkdir.sentinel" target
It was effectivelly superseded by "public-content-mkdir.sentinel"
target, which does the same thing, but recursively for all of its
dependencies.
Diffstat (limited to '')
-rw-r--r-- | v2/dynamic.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/v2/dynamic.mk b/v2/dynamic.mk index 916becd..0c163ac 100644 --- a/v2/dynamic.mk +++ b/v2/dynamic.mk @@ -46,10 +46,6 @@ clean: public: $(derived-assets) public-copy-content.sentinel public-copy-code-snippets.sentinel -public-mkdir.sentinel: - mkdir -p public - touch $@ - content = \ $(all-generated.html) \ $(all-generated.xml) \ |