diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/api/.gitignore | 1 | ||||
-rw-r--r-- | doc/api/Makefile.am | 8 |
3 files changed, 0 insertions, 11 deletions
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 |