Skip to content

Commit

Permalink
style.css: Remove
Browse files Browse the repository at this point in the history
This file is licensed under the GPL. Originally, Nix was also
GPL-licensed so that was fine. However, we later changed the license
to the LGPL but missed the fact that style.css has an incompatible
license.

Since the Nix manual at nixos.org uses its own styling, we can remove
this file.

Fixes #3392.

(cherry picked from commit 9c7e90f)
  • Loading branch information
edolstra committed Mar 13, 2020
1 parent 8999bea commit d77eaf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 265 deletions.
3 changes: 1 addition & 2 deletions doc/manual/local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ ifeq ($(doc_generate),yes)
XSLTPROC = $(xsltproc) --nonet $(xmlflags) \
--param section.autolabel 1 \
--param section.label.includes.component.label 1 \
--param html.stylesheet \'style.css\' \
--param xref.with.number.and.title 1 \
--param toc.section.depth 3 \
--param admon.style \'\' \
Expand Down Expand Up @@ -66,7 +65,7 @@ $(d)/manual.html: $(d)/manual.xml $(MANUAL_SRCS) $(d)/manual.is-valid
$(docbookxsl)/profiling/profile.xsl $< | \
$(XSLTPROC) --output $@ $(docbookxsl)/xhtml/docbook.xsl -

$(foreach file, $(d)/manual.html $(d)/style.css, $(eval $(call install-data-in, $(file), $(docdir)/manual)))
$(foreach file, $(d)/manual.html, $(eval $(call install-data-in, $(file), $(docdir)/manual)))

$(foreach file, $(wildcard $(d)/figures/*.png), $(eval $(call install-data-in, $(file), $(docdir)/manual/figures)))

Expand Down
263 changes: 0 additions & 263 deletions doc/manual/style.css

This file was deleted.

0 comments on commit d77eaf7

Please sign in to comment.