diff --git a/doc/common.m4 b/doc/common.m4 index a834989b3..4eb5077e7 100644 --- a/doc/common.m4 +++ b/doc/common.m4 @@ -17,8 +17,6 @@ m4_dnl Macros for conditionally including format-specific content m4_dnl $1 is the manual's web slug: hledger, hledger-ui, journal, csv etc. m4_define({{_man_}}, m4_ifdef({{MAN}},{{$1}}) )m4_dnl m4_define({{_web_}}, m4_ifdef({{WEB}},{{$1}}) )m4_dnl -m4_define({{_webseparate_}}, m4_ifdef({{WEB && SEPARATE}},{{$1}}) )m4_dnl -m4_define({{_webcombined_}}, m4_ifdef({{WEB && COMBINED}},{{$1}}) )m4_dnl m4_dnl m4_dnl Links to dev and recent release versions of a manual. m4_dnl The actual links are inserted dynamically by site.js, static generation was much too painful.