diff options
author | Reuben Thomas <rrt@sc3d.org> | 2014-07-06 00:28:15 +0100 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2014-07-06 00:28:15 +0100 |
commit | ff0a91874d2fc99564eea29ff31f075296d69fb0 (patch) | |
tree | 32e81620906db4034b46291c39cf574a647874b8 | |
parent | dfd39f3284af9a4ed487ff784fa266141d0f8783 (diff) | |
download | plptools-ff0a91874d2fc99564eea29ff31f075296d69fb0.tar.gz plptools-ff0a91874d2fc99564eea29ff31f075296d69fb0.tar.bz2 plptools-ff0a91874d2fc99564eea29ff31f075296d69fb0.zip |
Remove use of defunct kdoc docstring extractor
-rw-r--r-- | Makefile.am | 5 | ||||
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/api/.gitignore | 1 | ||||
-rw-r--r-- | doc/api/Makefile.am | 8 |
4 files changed, 0 insertions, 16 deletions
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 |