From ff0a91874d2fc99564eea29ff31f075296d69fb0 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sun, 6 Jul 2014 00:28:15 +0100 Subject: Remove use of defunct kdoc docstring extractor --- Makefile.am | 5 ----- doc/Makefile.am | 2 -- doc/api/.gitignore | 1 - doc/api/Makefile.am | 8 -------- 4 files changed, 16 deletions(-) delete mode 100644 doc/api/.gitignore delete mode 100644 doc/api/Makefile.am diff --git a/Makefile.am b/Makefile.am index 0d81394..94b754a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,11 +18,6 @@ uninstall-local: install-exec-local: install -D $(top_builddir)/etc/plptools $(DESTDIR)$(initdir)/plptools -dist-local: - kdoc -d doc/api -n libplp --strip-h-path lib/*.h - -NOTES = release-notes - release: distcheck git diff && \ git tag rel-`echo $(VERSION) | sed -e 's/\./-/g'` && git push --tag \ diff --git a/doc/Makefile.am b/doc/Makefile.am index b114df0..6eb3b3d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,3 @@ -SUBDIRS = api - EXTRA_DIST = ncpd.man.in plpfuse.man.in plpftp.man.in sisinstall.man.in \ plpprintd.man.in diff --git a/doc/api/.gitignore b/doc/api/.gitignore deleted file mode 100644 index 9b61c8c..0000000 --- a/doc/api/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/*.html diff --git a/doc/api/Makefile.am b/doc/api/Makefile.am deleted file mode 100644 index 7206800..0000000 --- a/doc/api/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -EXTRA_DIST = $(wildcard *.html) - -# -# remove all intermediate files that can be recreated using -# Makefile.cvs -# -maintainer-clean-local: - rm -f Makefile.in *.html -- cgit v1.2.3