Skip to content

Commit

Permalink
docs: Install css too
Browse files Browse the repository at this point in the history
Otherwise they're mostly unreadable

Gbp-Pq: Name docs-Install-css-too.patch
  • Loading branch information
agx committed Nov 27, 2022
1 parent 14eee2a commit b60c381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile.am
Expand Up @@ -49,7 +49,7 @@ if HAVE_DOXYGEN
#pkgdata_DATA = html latex
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/html
find html -type f \( -name "*.html" -o -name "*.png" \) \
find html -type f \( -name "*.html" -o -name "*.png" -o -name "*.css" \) \
-exec $(INSTALL_DATA) {} $(DESTDIR)$(pkgdatadir)/{} \;

all-local: doxygen.timestamp
Expand Down

0 comments on commit b60c381

Please sign in to comment.