aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-10-25 15:46:06 +0200
committerCem Keylan <cem@ckyln.com>2021-10-25 15:46:06 +0200
commit94c42300ea70ee71c0cfb6884fe27594bc0e0451 (patch)
treefff6ca844ea5028feb432ca538cccdec47cf2527
parent77621612224cc56c7c67fdda12a0b2e2f6af1266 (diff)
downloadwebsite-94c42300ea70ee71c0cfb6884fe27594bc0e0451.tar.gz
Makefile: symlink old rss files, sed install.org
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d8d59a..e9e7552 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ EMACS = emacs
all: public
public: style texidocs/carbslinux.texi texidocs/carbslinux.txt
- cp texidocs/install.org content/install.org
+ sed -e '3a#+ALIASES[]: /install.html' -e 1d texidocs/install.org > content/install.org
hugo
mkdir -p public/docs
makeinfo --html --css-ref=https://www.gnu.org/software/gnulib/manual.css -o public/docs/cpt cpt/docs/cpt.texi
@@ -13,6 +13,8 @@ public: style texidocs/carbslinux.texi texidocs/carbslinux.txt
cp texidocs/carbslinux.txt public/docs/carbslinux.txt
cp texidocs/install.txt public/install.txt
cp cpt/docs/cpt.txt public/docs/cpt.txt
+ ln -sf blog/index.xml public/rss.xml
+ ln -sf news/index.xml public/news.xml
style: style/carbslinux.min.css
mkdir -p static