Remove all
[com/asn1c.git] / doc / man / Makefile.am
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
deleted file mode 100644 (file)
index 1035ff9..0000000
+++ /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
-