чување c8857d6e093d72939b437e4f361772b7a404b285
родитељ fc3052bb6a8a6077e1f07d39fed2d6c52a4a8e90
Аутор: Страхиња Радић <contact@strahinja.org>
Датум: Mon, 27 Sep 2021 17:18:38 +0200
Remove extra EOL at the end of files
Signed-off-by: Страхиња Радић <contact@strahinja.org>
Diffstat:
измењених датотека: 26, додавања: 0(+), брисања: 26(-)
diff --git a/.gitignore b/.gitignore
@@ -23,4 +23,3 @@ compile_commands.json
examples/*/*.html
date
version
-
diff --git a/INSTALL b/INSTALL
@@ -31,4 +31,3 @@ if you don't:
# ./do install
-
diff --git a/README b/README
@@ -59,4 +59,3 @@ See the examples/ directory in this repository.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-
diff --git a/TODO b/TODO
@@ -17,4 +17,3 @@
[x] = fully done
[/] = eventually decided not to do
-
diff --git a/all.do b/all.do
@@ -1,3 +1,2 @@
redo-ifchange slweb
redo-ifchange slweb.1.gz index.html examples/all
-
diff --git a/clean.do b/clean.do
@@ -1,3 +1,2 @@
redo-always
rm -f slweb slweb.1 slweb.1.gz *.o *~ *.pdf *.html examples/*/*.html
-
diff --git a/date.do b/date.do
@@ -1,4 +1,3 @@
LC_ALL=C date +'%d %b %Y' >$3
redo-always
redo-stamp <$3
-
diff --git a/default.do b/default.do
@@ -8,4 +8,3 @@ else
echo "$0: don't know how to build '$1'" >&2
exit 99
fi
-
diff --git a/default.gz.do b/default.gz.do
@@ -1,3 +1,2 @@
redo-ifchange $2
gzip -cf $2 >$3
-
diff --git a/default.html.do b/default.html.do
@@ -1,3 +1,2 @@
redo-ifchange $2.slw slweb
./slweb -d $(dirname $2.slw) $2.slw >$3
-
diff --git a/default.o.do b/default.o.do
@@ -1,3 +1,2 @@
redo-ifchange $2.c
${SLWEB_CC:-gcc -g} -Wall -std=c99 -o $3 -c $2.c
-
diff --git a/default.pdf.do b/default.pdf.do
@@ -1,3 +1,2 @@
redo-ifchange $2.1
groff -mandoc -t -T pdf $2.1 >$3
-
diff --git a/defs.h b/defs.h
@@ -135,4 +135,3 @@ typedef int (*csv_callback_t)(FILE* output, u8** csv_header, u8** csv_register);
#endif
#endif /* __DEFS_H */
-
diff --git a/description b/description
@@ -1,2 +1 @@
Једноставни генератор статичких веб страна
-
diff --git a/index-meta.csv b/index-meta.csv
@@ -14,4 +14,3 @@
"twitter:creator","@strahinja_radic"
"twitter:description","%site-desc%"
"twitter:image","%image%"
-
diff --git a/index.slw b/index.slw
@@ -183,4 +183,3 @@ this program. If not, see <[https://www.gnu.org/licenses/][licen]>.
[mtodo]: https://git.sr.ht/~strahinja/slweb/tree/master/item/TODO
[katex]: https://katex.org
[licen]: https://www.gnu.org/licenses
-
diff --git a/install.do b/install.do
@@ -8,4 +8,3 @@ install -d $BINDIR $DOCDIR $MANDIR
install -m 0755 slweb $BINDIR
#install -m 0644 slweb.pdf $DOCDIR
install -m 0644 slweb.1.gz $MANDIR
-
diff --git a/pack.do b/pack.do
@@ -11,4 +11,3 @@ for f in $(find . -regextype posix-extended -regex '.*\.(slw|csv|c|h|in|do)$');
done
tar cvf $DISTDIR.tar.xz $DISTDIR >/dev/null
rm -fr $DISTDIR
-
diff --git a/rebuild.do b/rebuild.do
@@ -1,3 +1,2 @@
redo clean
redo all
-
diff --git a/slweb.1.in b/slweb.1.in
@@ -1060,4 +1060,3 @@ Strahinya Radich,
Bugs can be reported using the ticket tracker at:
.UR https://\:todo.sr.ht/\:~strahinja/\:slweb
.UE
-
diff --git a/slweb.c b/slweb.c
@@ -4592,4 +4592,3 @@ main(const int argc, const char** argv)
return result;
}
-
diff --git a/slweb.do b/slweb.do
@@ -1,3 +1,2 @@
redo-ifchange slweb.o slweb.c defs.h
${SLWEB_CC:-gcc -g} -Wall -std=c99 -o $3 slweb.o
-
diff --git a/uninstall.do b/uninstall.do
@@ -6,4 +6,3 @@ BINDIR=$PREFIX/bin
MANDIR=$PREFIX/share/man/man1
#rm -f $DOCDIR/slweb.pdf
rm -f $BINDIR/slweb $MANDIR/slweb.1.gz
-
diff --git a/utf8.c b/utf8.c
@@ -158,4 +158,3 @@ u32_strlen(const u32* s)
ps++;
return ps - s;
}
-
diff --git a/utf8.h b/utf8.h
@@ -37,4 +37,3 @@ size_t u32_char_to_u8(u8* to, const u32 from);
int u8_to_u32(u32* to, const u8* from, size_t* from_delta);
size_t u32_to_u8(u8* to, const u32* from);
size_t u32_strlen(const u32* s);
-
diff --git a/version.do b/version.do
@@ -4,4 +4,3 @@ if ! git describe >$3; then
fi
redo-always
redo-stamp <$3
-