diff options
author | Cem Keylan <cem@ckyln.com> | 2021-10-25 15:46:06 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-10-25 15:46:06 +0200 |
commit | 94c42300ea70ee71c0cfb6884fe27594bc0e0451 (patch) | |
tree | fff6ca844ea5028feb432ca538cccdec47cf2527 /Makefile | |
parent | 77621612224cc56c7c67fdda12a0b2e2f6af1266 (diff) | |
download | website-94c42300ea70ee71c0cfb6884fe27594bc0e0451.tar.gz |
Makefile: symlink old rss files, sed install.org
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |