summaryrefslogtreecommitdiff
path: root/docs/man
diff options
context:
space:
mode:
authorJan Rybar <jrybar@redhat.com>2022-05-09 15:45:33 +0200
committerJan Rybar <jrybar@redhat.com>2022-05-09 15:45:33 +0200
commitc5c6b784221b9dc054548c15e94719c4e961a7f2 (patch)
tree4716bf018665205d5d3add11e3c9e69d67e8f165 /docs/man
parent7d4b52c4d71c46049d87a0775de695ea914f3f1b (diff)
downloadpolkit-c5c6b784221b9dc054548c15e94719c4e961a7f2.tar.gz
Remove autotools build system
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/Makefile.am33
1 files changed, 0 insertions, 33 deletions
diff --git a/docs/man/Makefile.am b/docs/man/Makefile.am
deleted file mode 100644
index 38e037e..0000000
--- a/docs/man/Makefile.am
+++ /dev/null
@@ -1,33 +0,0 @@
-
-NULL =
-
-if MAN_PAGES_ENABLED
-
-man_MANS = \
- polkit.8 \
- polkitd.8 \
- pkexec.1 \
- pkcheck.1 \
- pkaction.1 \
- pkttyagent.1 \
- $(NULL)
-
-%.8 %.1 : %.xml
- $(XSLTPROC) -nonet --stringparam man.base.url.for.relative.links $(datadir)/gtk-doc/html/polkit-1/ --xinclude http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
-
-endif # MAN_PAGES_ENABLED
-
-EXTRA_DIST = \
- polkit.xml \
- polkitd.xml \
- pkexec.xml \
- pkcheck.xml \
- pkaction.xml \
- pkttyagent.xml \
- meson.build \
- $(NULL)
-
-clean-local:
- rm -f *~ *.1 *.8
-
--include $(top_srcdir)/git.mk