summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b9a1a52..4d21b65 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,7 @@ EXTRA_DIST = \
14 README.md 14 README.md
15 15
16docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h 16docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h
17 rm -rf docs 17 rm -rf docs/html
18 doxygen doxygen.cfg 18 doxygen doxygen.cfg
19 19
20docs: doxygen.cfg docs/html 20docs: doxygen.cfg docs/html