X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2Fman%2FMakefile.am;fp=doc%2Fman%2FMakefile.am;h=0000000000000000000000000000000000000000;hb=7bfd112193698e9340c01e9260e3f14889f0cbe0;hp=1035ff963e5fc8ae0a53b22834b89dda97b16fa0;hpb=0c91129502aa163bb0e1d6d0ca7c807560ffb588;p=com%2Fasn1c.git diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am deleted file mode 100644 index 1035ff9..0000000 --- a/doc/man/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ - -dist_man1_MANS = asn1c.1 unber.1 enber.1 - -if HAVE_PANDOC - -PANDOC_OPTIONS= --from markdown --to man \ - --variable header="Version ${VERSION}" \ - --variable adjusting:l \ - --variable hyphenate:"" \ - --standalone - -%.1: %.man.md - ${PANDOC} ${PANDOC_OPTIONS} -o $@ $< - -endif -