summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
deleted file mode 100644
index e0457f8..0000000
--- a/doc/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-DOXYGEN = doxygen
-
-all: doxygen-html
-
-doxygen-html: Doxyfile
- $(DOXYGEN) $<
-
-clean-generic:
- rm -rf doxygen-html
-
-EXTRA_DIST = Doxyfile example-output.png mainpage.h
-
-htmldir = share/doc/libpaps/html
-install-data-hook:
- mkdir -p $(prefix)/$(htmldir)
- cp -dpR doxygen-html/* $(prefix)/$(htmldir)