diff options
Diffstat (limited to 'ekhtml/docs/Makefile.am')
-rw-r--r-- | ekhtml/docs/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ekhtml/docs/Makefile.am b/ekhtml/docs/Makefile.am deleted file mode 100644 index 6fbb6ce..0000000 --- a/ekhtml/docs/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -EXTRA_DIST = html - -html/index.html: Doxyfile $(top_srcdir)/configure.in $(top_srcdir)/include/ekhtml.h - rm -rf html - doxygen - -html: html/index.html |