Logo
Explore Help
Sign In
EmaMaker/rivet
1
0
Fork 0
You've already forked rivet
forked from alema/rivet
Code Issues Pull Requests Projects Releases Wiki Activity
rivet/makefile

21 lines
489 B
Makefile
Raw Normal View History

version 0.3 fixes: - fixed the mess of options and general inconsistencies between program man page and help message - fixed some cases where rivet should fail but didn't and specified return values for all exit conditions - fixed the header system, before the header would have been added inside of <head></head> which is incorrect, browsers would fix it on the fly but still it is not correct. Now _header.html contents are put inside <header></header> at the beginning of <body> - fixed <footer> outside of <body> - some fixes in the man page additions: - added the requirement for _metadata.html, this file contains tags and html metadata that is put inside <head> - the main article is now enclosed inside <article></article> tags for better styling
2021-06-12 13:08:51 +02:00
VERSION = 0.3
added makefile for easy install
2020-09-10 01:09:34 +02:00
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man
rivet: rivet.sh
install: rivet
mkdir -p ${DESTDIR}${PREFIX}/bin
cp -f rivet ${DESTDIR}${PREFIX}/bin/rivet
chmod 755 ${DESTDIR}${PREFIX}/bin/rivet
mkdir -p ${DESTDIR}${MANPREFIX}/man1
sed "s/VERSION/${VERSION}/g" < rivet.1 > ${DESTDIR}${MANPREFIX}/man1/rivet.1
chmod 644 ${DESTDIR}${MANPREFIX}/man1/rivet.1
uninstall:
rm -f ${DESTDIR}${PREFIX}/bin/rivet\
${DESTDIR}${MANPREFIX}/man1/rivet.1
clean:
rm -f rivet
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 533ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API