diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-02-23 01:01:29 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-02-23 01:01:29 +0100 |
commit | bc9b490ea8afc2feec6f39dc1dafc5ea11d6b8d6 (patch) | |
tree | 211edf1fcd4e494b114374179285463c9530faaf /m4 | |
parent | 79b7ac752e18672935b887fcaccdc360a5ea7eee (diff) |
More things
Diffstat (limited to 'm4')
-rw-r--r-- | m4/anchor-blank.m4 | 1 | ||||
-rw-r--r-- | m4/newtab.m4 | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/m4/anchor-blank.m4 b/m4/anchor-blank.m4 deleted file mode 100644 index c687d7c..0000000 --- a/m4/anchor-blank.m4 +++ /dev/null @@ -1 +0,0 @@ -m4_define(ANCHOR_BLANK, a target="_blank") diff --git a/m4/newtab.m4 b/m4/newtab.m4 new file mode 100644 index 0000000..7aa8ba2 --- /dev/null +++ b/m4/newtab.m4 @@ -0,0 +1 @@ +m4_define(NEWTAB, a target="_blank") |