diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-20 23:05:26 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-20 23:05:26 (EST) |
commit | 6d76e26d1a877d418db42c460e741933d15c05e1 (patch) | |
tree | 846e32bdaf1703f3c4016f062d160672adc68d7a /man | |
parent | 36a3f73cd01482f8efd838341884794b48c7fe75 (diff) |
Switch to using GNU Automake
Diffstat (limited to 'man')
-rw-r--r-- | man/local.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/local.mk b/man/local.mk index 0a397bd..0646e7b 100644 --- a/man/local.mk +++ b/man/local.mk @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -#man1_srcs = \ +#man1_sources = \ # opkbuild.1in \ # ob-checkbuilddeps.1in \ # ob-buildenv.1in \ @@ -27,7 +27,7 @@ # ob-gencontrol.1in \ # ob-buildopk.1in \ # ob-genchanges.1in -#man3_srcs = \ +#man3_sources = \ # ob_get_text_domain.3in \ # ob_set_text_domain.3in \ # ob_get_msg.3in \ |