diff options
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 45ed73a..bc257d7 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -34,7 +34,7 @@ EXTRA_DIST = \ $(prismcss_sources) \ $(prismjs_sources) -CLEANFILES = $(nobase_dist_pkgdata_DATA) $(nobase_nodist_pkgdata_DATA) +CLEANFILES = $(nobase_nodist_pkgdata_DATA) .htmlin.html: @out=$@; $(MKDIR_P) $${out%/*} |