Remove style.css to avoid unsafe links

Documentation shown inside Plinth is not effected by this as it includes
its own styling.  Documentation that is opened by user directly from
/usr/share/doc/plinth is effected.
This commit is contained in:
Sunil Mohan Adapa 2015-01-13 12:07:38 +05:30
parent b5bfb388e9
commit 76717a6f08
2 changed files with 6 additions and 7 deletions

View File

@ -94,18 +94,18 @@ latex: $(LATEX)
csplit -s -f $@ $@01 '/<\/body>/'
mv $@00 $@
rm $@01
%.html: %.mdwn header.html footer.html style.css Makefile
$(PANDOC) -s --toc -c style.css -f markdown -o $@ header.html $< footer.html
%.html: %.mdwn header.html footer.html Makefile
$(PANDOC) -s --toc -f markdown -o $@ header.html $< footer.html
hacking.html: hacking.mdwn ../TODO style.css Makefile
$(PANDOC) -s --toc -c style.css -o $@ -f markdown hacking.mdwn ../TODO
hacking.html: hacking.mdwn ../TODO Makefile
$(PANDOC) -s --toc -o $@ -f markdown hacking.mdwn ../TODO
#plinth.html: $(NEWLINE_SOURCES) ../TODO style.css Makefile
# $(PANDOC) -s --toc -c style.css -o $@ -f markdown $(NEWLINE_SOURCES)
plinth.html: $(NEWLINE_SOURCES) ../TODO style.css Makefile
plinth.html: $(NEWLINE_SOURCES) ../TODO Makefile
@csplit -s -f copyright_notice COPYING.mdwn '/##/'
$(PANDOC) -s --toc -c style.css -o $@ -f markdown $(NEWLINE_MAN_SOURCES)
$(PANDOC) -s --toc -o $@ -f markdown $(NEWLINE_MAN_SOURCES)
@rm -f copyright_notice0? .make_man
html: $(HTML) $(HTML_PART)

View File

@ -1 +0,0 @@
../static/theme/bootstrap/css/bootstrap.min.css